aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-10cpus: Move CPU code from exec.c to cpus-common.cPhilippe Mathieu-Daudé
2020-07-02exec: Introduce ram_block_discard_(disable|require)()David Hildenbrand
2020-06-26docs/nvdimm: add description of alignment requirement of device daxJingqi Liu
2020-06-26exec: fetch the alignment of Linux devdax pmem character device nodesJingqi Liu
2020-06-16cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-10exec: set map length to zero when returning NULLPrasad J Pandit
2020-06-10exec: Propagate cpu_memory_rw_debug() errorPhilippe Mathieu-Daudé
2020-06-10exec: Let address_space_read/write_cached() propagate MemTxResultPhilippe Mathieu-Daudé
2020-06-08exec: flush the whole TLB if a watchpoint crosses a page boundaryAlex Bennée
2020-06-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell
2020-06-05exec: Assert CPU migration is not used on user-only buildPhilippe Mathieu-Daudé
2020-06-05exec: Rename qemu_ram_writeback() as qemu_ram_msync()Philippe Mathieu-Daudé
2020-05-11exec: Fix cpu_watchpoint_address_matches address lengthRichard Henderson
2020-04-13exec: Fix for qemu_ram_resize() callbackDavid Hildenbrand
2020-03-16memory: Fix start offset for bitmap log_clear hookMatt Borgerson
2020-02-27Memory: Only call ramblock_ptr when needed in qemu_ram_writebackAnthony PERARD
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini
2020-02-22exec: keep ram block across fork when using qtestAlexander Bulekov
2020-02-20exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20exec: Let address_space_unmap() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé
2020-02-20exec: Let the address_space API use void pointer argumentsPhilippe Mathieu-Daudé
2020-02-20exec: Let flatview API take void pointer argumentsPhilippe Mathieu-Daudé
2020-02-20exec: Rename ram_ptr variablePhilippe Mathieu-Daudé
2020-02-19hostmem: fix strict bind policyIgor Mammedov
2020-02-19exec: drop bogus mem_path from qemu_ram_alloc_from_fd()Igor Mammedov
2020-02-19exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize()Igor Mammedov
2020-02-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200212' into stagingPeter Maydell
2020-02-12exec: do not define use_icount for user-mode emulationPaolo Bonzini
2020-02-11exec: flush CPU TB cache in breakpoint_invalidateMax Filippov
2020-01-20misc: use QEMU_IS_ALIGNEDMarc-André Lureau
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-12-18exec: Fix file_ram_alloc() error API violationsMarkus Armbruster
2019-12-18migration: check length directly to make sure the range is alignedWei Yang
2019-12-16Memory: Enable writeback for given memory regionBeata Michalska
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell
2019-10-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell
2019-10-28cpu: hook plugin vcpu eventsEmilio G. Cota
2019-10-28exec: Split out variable page size support to exec-vary.cRichard Henderson
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert