aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
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
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-04-26Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2019-04-25util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi
2019-04-25cpu: Fix crash with empty -cpu optionEduardo Habkost
2019-04-25cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost
2019-04-25exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18memory: Clean up how mtree_info() printsMarkus Armbruster
2019-03-29exec: Only count mapped memory backends for qemu_getrampagesize()David Gibson
2019-03-11exec.c: refactor function flatview_add_to_dispatch()Wei Yang
2019-03-06migration: Add an ability to ignore shared RAM blocksYury Kotov
2019-03-06exec: Change RAMBlockIterFunc definitionYury Kotov
2019-02-05unify len and addr type for memory/address APIsLi Zhijian
2019-02-04mmap-alloc: fix hugetlbfs misaligned length in ppc64Murilo Opsfelder Araujo
2019-02-01exec.c: Don't reallocate IOMMUNotifiers that are in usePeter Maydell