summaryrefslogtreecommitdiffstats
path: root/memory.c
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* trace: separate MMIO tracepoints from TB-access tracepointsHollis Blanchard2019-11-291-0/+30
* trace: include CPU index in trace_memory_region_*()Hollis Blanchard2019-11-291-12/+20
* exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng2019-11-291-2/+2
* memory: Drop MemoryRegion.ram_addrFam Zheng2019-11-291-44/+27
* memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng2019-11-291-0/+5
* memory: Move assignment to ram_block to memory_region_init_*Fam Zheng2019-11-291-0/+5
* exec: Return RAMBlock pointer from allocating functionsFam Zheng2019-11-291-5/+20
* trace: use addresses instead of offsets in memory tracepointsHollis Blanchard2019-11-291-12/+32
* trace: split subpage MMIOs into their own trace events.Hollis Blanchard2019-11-291-6/+30
* memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei2019-11-291-1/+1
* exec: store RAMBlock pointer into memory regionGonglei2019-11-291-0/+1
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-291-8/+10
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-4/+4
* all: Clean up includesPeter Maydell2019-11-291-1/+1
* memory: Add address_space_init_shareable()Peter Crosthwaite2019-11-291-0/+27
* memory: inline a few small accessorsPaolo Bonzini2019-11-291-20/+0
* memory: avoid unnecessary object_ref/unrefPaolo Bonzini2019-11-291-16/+12
* exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini2019-11-291-4/+10
* memory: emulate ioeventfdPavel Fedin2019-11-291-0/+42
* memory: Eliminate memory_region_destructor_ram_from_ptr()Eduardo Habkost2019-11-291-6/+1
* exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost2019-11-291-1/+1
* memory: don't try to adjust endianness for zero length eventfdJason Wang2015-11-121-2/+6
* memory: call begin, log_start and commit when registering a new listenerPaolo Bonzini2015-11-041-0/+9
* memory: allow destroying a non-empty MemoryRegionPaolo Bonzini2015-10-091-1/+16
* memory: Allow replay of IOMMU mapping notificationsDavid Gibson2015-10-051-0/+20
* memory: Fix bad error handling in memory_region_init_ram_ptr()Markus Armbruster2015-09-181-1/+1
* Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin2015-08-131-9/+1
* memory: do not add a reference to the owner of aliased regionsPaolo Bonzini2015-07-271-7/+0
* memory: count number of active VGA logging clientsPaolo Bonzini2015-07-241-0/+7
* memory: fix refcount leak in memory_region_presentPaolo Bonzini2015-07-161-16/+28
* exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*Paolo Bonzini2015-07-011-12/+0
* memory: Add global-locking property to memory regionsJan Kiszka2015-07-011-0/+11
* memory: use mr->ram_addr in "is this RAM?" assertionsPaolo Bonzini2015-06-051-8/+10
* memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi2015-06-051-7/+4
* exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini2015-06-051-1/+2
* memory: include DIRTY_MEMORY_MIGRATION in the dirty log maskPaolo Bonzini2015-06-051-2/+18
* memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini2015-06-051-0/+4
* memory: prepare for multiple bits in the dirty log maskPaolo Bonzini2015-06-051-6/+11
* memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini2015-06-051-1/+6
* memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini2015-06-051-0/+1
* mtree: also print disabled regionsGerd Hoffmann2015-04-301-5/+7
* mtree: tag & indent a bit betterGerd Hoffmann2015-04-301-5/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-04-301-0/+7
|\
| * memory: add memory_region_ram_resizePaolo Bonzini2015-04-271-0/+7
* | memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell2015-04-261-23/+10
* | memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell2015-04-261-67/+140
|/
* memory: Move owner-less MemoryRegions to /machine/unattachedAndreas Färber2015-03-171-1/+1
* memory: keep the owner of the AddressSpace alive until do_address_space_destroyPaolo Bonzini2015-02-111-0/+5
* memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini2015-02-101-0/+1
OpenPOWER on IntegriCloud