aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell1-2/+2
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+3
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-2/+2
2019-12-18exec: Fix file_ram_alloc() error API violationsMarkus Armbruster1-2/+4
2019-12-18migration: check length directly to make sure the range is alignedWei Yang1-4/+3
2019-12-16Memory: Enable writeback for given memory regionBeata Michalska1-0/+36
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell1-0/+2
2019-10-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell1-34/+0
2019-10-28cpu: hook plugin vcpu eventsEmilio G. Cota1-0/+2
2019-10-28exec: Split out variable page size support to exec-vary.cRichard Henderson1-34/+0
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-3/+3
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert1-68/+48
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger1-2/+8
2019-10-03replay: don't synchronize memory operations in replay modePavel Dovgalyuk1-2/+11
2019-09-25cputlb: Pass retaddr to tb_check_watchpointRichard Henderson1-1/+1
2019-09-25cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson1-2/+2
2019-09-25cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson1-44/+0
2019-09-25cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson1-19/+3
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson1-50/+0
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson1-40/+1
2019-09-25exec: Adjust notdirty tracingRichard Henderson1-0/+3
2019-09-16memory: fetch pmem size in get_file_size()Stefan Hajnoczi1-1/+33
2019-09-16exec.c: add a check between constants to see whether we could skipWei Yang1-1/+2
2019-09-16exec.c: correct the maximum skip value during compactWei Yang1-1/+1
2019-09-16exec.c: subpage->sub_section is already initialized to 0Wei Yang1-5/+5
2019-09-16exec.c: get nodes_nb_alloc with one MAX calculationWei Yang1-2/+1
2019-09-16exec.c: replace hwaddr with uint64_t for better understandingWei Yang1-2/+2
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell1-137/+40
2019-09-03cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson1-107/+7
2019-09-03exec: Factor out cpu_watchpoint_address_matchesRichard Henderson1-16/+29
2019-09-03exec: Factor out core logic of check_watchpoint()David Hildenbrand1-8/+18
2019-09-03exec: Move user-only watchpoint stubs inlineRichard Henderson1-24/+2
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen1-13/+4
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen1-2/+11
2019-09-03exec: Access MemoryRegion with MemOpTony Nguyen1-2/+4
2019-09-03numa: move numa global variable numa_info into MachineStateTao Xu1-1/+1
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-1/+4
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-20memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini1-0/+31
2019-08-16numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-07-15memory: Introduce memory listener hook log_clear()Peter Xu1-0/+12
2019-07-15memory: Pass mr into snapshot_and_clear_dirtyPeter Xu1-1/+2
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-1/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+2
2019-04-26Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-3/+7
2019-04-25util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi1-1/+1
2019-04-25cpu: Fix crash with empty -cpu optionEduardo Habkost1-0/+4