summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert2019-10-111-68/+48Star
* memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-041-2/+8
* replay: don't synchronize memory operations in replay modePavel Dovgalyuk2019-10-031-2/+11
* cputlb: Pass retaddr to tb_check_watchpointRichard Henderson2019-09-251-1/+1
* cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson2019-09-251-2/+2
* cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson2019-09-251-44/+0Star
* cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson2019-09-251-19/+3Star
* cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson2019-09-251-50/+0Star
* cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson2019-09-251-40/+1Star
* exec: Adjust notdirty tracingRichard Henderson2019-09-251-0/+3
* memory: fetch pmem size in get_file_size()Stefan Hajnoczi2019-09-161-1/+33
* exec.c: add a check between constants to see whether we could skipWei Yang2019-09-161-1/+2
* exec.c: correct the maximum skip value during compactWei Yang2019-09-161-1/+1
* exec.c: subpage->sub_section is already initialized to 0Wei Yang2019-09-161-5/+5
* exec.c: get nodes_nb_alloc with one MAX calculationWei Yang2019-09-161-2/+1Star
* exec.c: replace hwaddr with uint64_t for better understandingWei Yang2019-09-161-2/+2
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell2019-09-041-137/+40Star
|\
| * cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson2019-09-031-107/+7Star
| * exec: Factor out cpu_watchpoint_address_matchesRichard Henderson2019-09-031-16/+29
| * exec: Factor out core logic of check_watchpoint()David Hildenbrand2019-09-031-8/+18
| * exec: Move user-only watchpoint stubs inlineRichard Henderson2019-09-031-24/+2Star
| * memory: Single byte swap along the I/O pathTony Nguyen2019-09-031-13/+4Star
| * memory: Access MemoryRegion with endiannessTony Nguyen2019-09-031-2/+11
| * exec: Access MemoryRegion with MemOpTony Nguyen2019-09-031-2/+4
* | numa: move numa global variable numa_info into MachineStateTao Xu2019-09-031-1/+1
* | numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-031-1/+4
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-221-1/+1
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* | memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini2019-08-201-0/+31
|/
* numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster2019-08-161-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* memory: Introduce memory listener hook log_clear()Peter Xu2019-07-151-0/+12
* memory: Pass mr into snapshot_and_clear_dirtyPeter Xu2019-07-151-1/+2
* general: Replace global smp variables with smp machine propertiesLike Xu2019-07-051-1/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-0/+2
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-04-261-3/+7
|\
| * util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi2019-04-251-1/+1
| * cpu: Fix crash with empty -cpu optionEduardo Habkost2019-04-251-0/+4
| * cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost2019-04-251-2/+2
* | exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand2019-04-251-4/+40
|/
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-1/+1
* memory: Clean up how mtree_info() printsMarkus Armbruster2019-04-181-20/+20
* exec: Only count mapped memory backends for qemu_getrampagesize()David Gibson2019-03-291-2/+3
* exec.c: refactor function flatview_add_to_dispatch()Wei Yang2019-03-111-17/+31
* migration: Add an ability to ignore shared RAM blocksYury Kotov2019-03-061-19/+0Star
* exec: Change RAMBlockIterFunc definitionYury Kotov2019-03-061-4/+17
* unify len and addr type for memory/address APIsLi Zhijian2019-02-051-24/+23Star
* mmap-alloc: fix hugetlbfs misaligned length in ppc64Murilo Opsfelder Araujo2019-02-041-2/+2
* exec.c: Don't reallocate IOMMUNotifiers that are in usePeter Maydell2019-02-011-4/+6