summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* misc: use QEMU_IS_ALIGNEDMarc-André Lureau2020-01-201-2/+2
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell2019-12-201-2/+2
|\
| * qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-12-201-4/+3Star
|\ \
| * | migration: check length directly to make sure the range is alignedWei Yang2019-12-181-4/+3Star
| |/
* / exec: Fix file_ram_alloc() error API violationsMarkus Armbruster2019-12-181-2/+4
|/
* Memory: Enable writeback for given memory regionBeata Michalska2019-12-161-0/+36
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell2019-10-301-0/+2
|\
| * cpu: hook plugin vcpu eventsEmilio G. Cota2019-10-281-0/+2
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell2019-10-291-34/+0Star
|\ \ | |/ |/|
| * exec: Split out variable page size support to exec-vary.cRichard Henderson2019-10-281-34/+0Star
* | core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-3/+3
|/
* 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
|\