aboutsummaryrefslogtreecommitdiff
path: root/memory.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-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson
2019-09-25exec: Adjust notdirty tracingRichard Henderson
2019-09-16memory: inline and optimize devend_memopPaolo Bonzini
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03memory: Access MemoryRegion with MemOpTony Nguyen
2019-09-03memory: Remove unused memory_region_iommu_replay_all()Eric Auger
2019-08-21memory: Fix up memory_region_{add|del}_coalescingPeter Xu
2019-08-21memory: Remove has_coalesced_range counterPeter Xu
2019-08-21memory: Split zones when do coalesced_io_del()Peter Xu
2019-08-21memory: Refactor memory_region_clear_coalescingPeter Xu
2019-08-20memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini
2019-08-20memory: assert on out of scope notificationYan Zhao
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16memory: Fix type of IOMMUMemoryRegionClass member @parent_classMarkus Armbruster
2019-07-19hmp: Print if memory section is registered with an acceleratorAlexey Kardashevskiy
2019-07-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-07-15memory: Introduce memory listener hook log_clear()Peter Xu
2019-07-15memory: Pass mr into snapshot_and_clear_dirtyPeter Xu
2019-07-15memory: Don't set migration bitmap when without migrationPeter Xu
2019-07-15memory: unref the memory region in simplify flatviewKing Wang
2019-07-02spapr_pci: Unregister listeners before destroying the IOMMU address spaceGreg Kurz
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-03memory: Remove memory_region_get_dirty()Peter Xu
2019-05-17memory: correct the comment to DIRTY_MEMORY_MIGRATIONWei Yang
2019-04-18memory: Clean up how mtree_info() printsMarkus Armbruster
2019-03-18memory: Fix the memory region type assignment orderSingh, Brijesh
2019-03-11memory: Do not update coalesced IO range in the case of NOPJagannathan Raman
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2019-01-11memory: update coalesced_range on transaction_commitPaolo Bonzini
2019-01-11memory: avoid unnecessary coalesced_io_del operationsPaolo Bonzini
2019-01-11memory: extract flat_range_coalesced_io_{del,add}Paolo Bonzini
2018-11-06memory: learn about non-volatile memory regionMarc-André Lureau
2018-10-19target-i386 : add coalesced_pio APIPeng Hao
2018-10-02memory: Remove old_mmio accessorsPeter Maydell
2018-10-02memory: Fix access_with_adjusted_size(small size) on big-endian memory regionsPhilippe Mathieu-Daudé
2018-10-02memory: Refactor common shifting code from accessorsPhilippe Mathieu-Daudé
2018-10-02memory: Use MAKE_64BIT_MASK()Philippe Mathieu-Daudé
2018-10-02hostmem-file: make available memory-backend-file on POSIX-based hostsHikaru Nishida
2018-10-02memory: cleanup side effects of memory_region_init_foo() on failureIgor Mammedov
2018-08-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-08-20memory: Remove MMIO request_ptr APIsPeter Maydell
2018-08-14accel/tcg: Pass read access type through to io_readx()Peter Maydell
2018-08-10memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He