aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
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
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell
2019-09-03cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson
2019-09-03exec: Factor out cpu_watchpoint_address_matchesRichard Henderson
2019-09-03exec: Factor out core logic of check_watchpoint()David Hildenbrand
2019-09-03exec: Move user-only watchpoint stubs inlineRichard Henderson
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03exec: Access MemoryRegion with MemOpTony Nguyen
2019-09-03numa: move numa global variable numa_info into MachineStateTao Xu
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-20memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini
2019-08-16numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-07-15memory: Introduce memory listener hook log_clear()Peter Xu
2019-07-15memory: Pass mr into snapshot_and_clear_dirtyPeter Xu
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu