aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-02exec: Introduce ram_block_discard_(disable|require)()David Hildenbrand1-0/+52
2020-06-26docs/nvdimm: add description of alignment requirement of device daxJingqi Liu1-1/+1
2020-06-26exec: fetch the alignment of Linux devdax pmem character device nodesJingqi Liu1-1/+53
2020-06-16cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota1-0/+1
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-12/+17
2020-06-10exec: set map length to zero when returning NULLPrasad J Pandit1-0/+1
2020-06-10exec: Propagate cpu_memory_rw_debug() errorPhilippe Mathieu-Daudé1-4/+8
2020-06-10exec: Let address_space_read/write_cached() propagate MemTxResultPhilippe Mathieu-Daudé1-8/+8
2020-06-08exec: flush the whole TLB if a watchpoint crosses a page boundaryAlex Bennée1-1/+7
2020-06-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell1-1/+3
2020-06-05exec: Assert CPU migration is not used on user-only buildPhilippe Mathieu-Daudé1-1/+3
2020-06-05exec: Rename qemu_ram_writeback() as qemu_ram_msync()Philippe Mathieu-Daudé1-1/+1
2020-05-11exec: Fix cpu_watchpoint_address_matches address lengthRichard Henderson1-1/+1
2020-04-13exec: Fix for qemu_ram_resize() callbackDavid Hildenbrand1-2/+14
2020-03-16memory: Fix start offset for bitmap log_clear hookMatt Borgerson1-4/+5
2020-02-27Memory: Only call ramblock_ptr when needed in qemu_ram_writebackAnthony PERARD1-2/+2
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini1-31/+36
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini1-58/+6
2020-02-22exec: keep ram block across fork when using qtestAlexander Bulekov1-2/+10
2020-02-20exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-5/+5
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell1-2/+2
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-2/+2
2020-02-20exec: Let address_space_unmap() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-2/+2
2020-02-20exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé1-3/+5
2020-02-20exec: Let the address_space API use void pointer argumentsPhilippe Mathieu-Daudé1-5/+6
2020-02-20exec: Let flatview API take void pointer argumentsPhilippe Mathieu-Daudé1-6/+8
2020-02-20exec: Rename ram_ptr variablePhilippe Mathieu-Daudé1-10/+10
2020-02-19hostmem: fix strict bind policyIgor Mammedov1-11/+0
2020-02-19exec: drop bogus mem_path from qemu_ram_alloc_from_fd()Igor Mammedov1-2/+2
2020-02-19exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize()Igor Mammedov1-45/+4
2020-02-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200212' into stagingPeter Maydell1-8/+7
2020-02-12exec: do not define use_icount for user-mode emulationPaolo Bonzini1-4/+4
2020-02-11exec: flush CPU TB cache in breakpoint_invalidateMax Filippov1-8/+7
2020-01-20misc: use QEMU_IS_ALIGNEDMarc-André Lureau1-2/+2
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell1-2/+2
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+3
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-2/+2
2019-12-18exec: Fix file_ram_alloc() error API violationsMarkus Armbruster1-2/+4
2019-12-18migration: check length directly to make sure the range is alignedWei Yang1-4/+3
2019-12-16Memory: Enable writeback for given memory regionBeata Michalska1-0/+36
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell1-0/+2
2019-10-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell1-34/+0
2019-10-28cpu: hook plugin vcpu eventsEmilio G. Cota1-0/+2
2019-10-28exec: Split out variable page size support to exec-vary.cRichard Henderson1-34/+0
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-3/+3
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert1-68/+48
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger1-2/+8
2019-10-03replay: don't synchronize memory operations in replay modePavel Dovgalyuk1-2/+11
2019-09-25cputlb: Pass retaddr to tb_check_watchpointRichard Henderson1-1/+1