aboutsummaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert1-10/+5
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger1-11/+20
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson1-16/+0
2019-09-25exec: Adjust notdirty tracingRichard Henderson1-4/+0
2019-09-16memory: inline and optimize devend_memopPaolo Bonzini1-18/+0
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell1-23/+35
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen1-21/+12
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen1-0/+18
2019-09-03memory: Access MemoryRegion with MemOpTony Nguyen1-2/+5
2019-09-03memory: Remove unused memory_region_iommu_replay_all()Eric Auger1-9/+0
2019-08-21memory: Fix up memory_region_{add|del}_coalescingPeter Xu1-19/+17
2019-08-21memory: Remove has_coalesced_range counterPeter Xu1-14/+0
2019-08-21memory: Split zones when do coalesced_io_del()Peter Xu1-14/+35
2019-08-21memory: Refactor memory_region_clear_coalescingPeter Xu1-5/+5
2019-08-20memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini1-1/+9
2019-08-20memory: assert on out of scope notificationYan Zhao1-2/+4
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16memory: Fix type of IOMMUMemoryRegionClass member @parent_classMarkus Armbruster1-0/+1
2019-07-19hmp: Print if memory section is registered with an acceleratorAlexey Kardashevskiy1-0/+22
2019-07-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+4
2019-07-15memory: Introduce memory listener hook log_clear()Peter Xu1-0/+51
2019-07-15memory: Pass mr into snapshot_and_clear_dirtyPeter Xu1-2/+1
2019-07-15memory: Don't set migration bitmap when without migrationPeter Xu1-1/+1
2019-07-15memory: unref the memory region in simplify flatviewKing Wang1-1/+4
2019-07-02spapr_pci: Unregister listeners before destroying the IOMMU address spaceGreg Kurz1-0/+7
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-1/+1
2019-06-03memory: Remove memory_region_get_dirty()Peter Xu1-8/+0
2019-05-17memory: correct the comment to DIRTY_MEMORY_MIGRATIONWei Yang1-2/+2
2019-04-18memory: Clean up how mtree_info() printsMarkus Armbruster1-81/+75
2019-03-18memory: Fix the memory region type assignment orderSingh, Brijesh1-1/+8
2019-03-11memory: Do not update coalesced IO range in the case of NOPJagannathan Raman1-4/+1
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-11/+6
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2019-01-11memory: update coalesced_range on transaction_commitPaolo Bonzini1-4/+16
2019-01-11memory: avoid unnecessary coalesced_io_del operationsPaolo Bonzini1-0/+11
2019-01-11memory: extract flat_range_coalesced_io_{del,add}Paolo Bonzini1-24/+29
2018-11-06memory: learn about non-volatile memory regionMarc-André Lureau1-10/+35
2018-10-19target-i386 : add coalesced_pio APIPeng Hao1-2/+2
2018-10-02memory: Remove old_mmio accessorsPeter Maydell1-61/+2
2018-10-02memory: Fix access_with_adjusted_size(small size) on big-endian memory regionsPhilippe Mathieu-Daudé1-11/+23
2018-10-02memory: Refactor common shifting code from accessorsPhilippe Mathieu-Daudé1-9/+21
2018-10-02memory: Use MAKE_64BIT_MASK()Philippe Mathieu-Daudé1-1/+1
2018-10-02hostmem-file: make available memory-backend-file on POSIX-based hostsHikaru Nishida1-1/+1
2018-10-02memory: cleanup side effects of memory_region_init_foo() on failureIgor Mammedov1-6/+42
2018-08-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-3/+5
2018-08-20memory: Remove MMIO request_ptr APIsPeter Maydell1-110/+0
2018-08-14accel/tcg: Pass read access type through to io_readx()Peter Maydell1-1/+2
2018-08-10memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He1-3/+5