aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
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
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger
2019-10-03replay: don't synchronize memory operations in replay modePavel Dovgalyuk
2019-09-25cputlb: Pass retaddr to tb_check_watchpointRichard Henderson
2019-09-25cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson
2019-09-25cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson
2019-09-25cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson
2019-09-25exec: Adjust notdirty tracingRichard Henderson
2019-09-16memory: fetch pmem size in get_file_size()Stefan Hajnoczi
2019-09-16exec.c: add a check between constants to see whether we could skipWei Yang
2019-09-16exec.c: correct the maximum skip value during compactWei Yang
2019-09-16exec.c: subpage->sub_section is already initialized to 0Wei Yang
2019-09-16exec.c: get nodes_nb_alloc with one MAX calculationWei Yang
2019-09-16exec.c: replace hwaddr with uint64_t for better understandingWei Yang