summaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-14trace: separate MMIO tracepoints from TB-access tracepointsHollis Blanchard1-0/+30
2016-03-14trace: include CPU index in trace_memory_region_*()Hollis Blanchard1-12/+20
2016-03-07exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng1-2/+2
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng1-44/+27
2016-03-07memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng1-0/+5
2016-03-07memory: Move assignment to ram_block to memory_region_init_*Fam Zheng1-0/+5
2016-03-07exec: Return RAMBlock pointer from allocating functionsFam Zheng1-5/+20
2016-03-01trace: use addresses instead of offsets in memory tracepointsHollis Blanchard1-12/+32
2016-03-01trace: split subpage MMIOs into their own trace events.Hollis Blanchard1-6/+30
2016-02-25memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei1-1/+1
2016-02-25exec: store RAMBlock pointer into memory regionGonglei1-0/+1
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-8/+10
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-4/+4
2016-02-04all: Clean up includesPeter Maydell1-1/+1
2016-01-21memory: Add address_space_init_shareable()Peter Crosthwaite1-0/+27
2015-12-17memory: inline a few small accessorsPaolo Bonzini1-20/+0
2015-12-17memory: avoid unnecessary object_ref/unrefPaolo Bonzini1-16/+12
2015-12-17exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini1-4/+10
2015-12-17memory: emulate ioeventfdPavel Fedin1-0/+42
2015-12-17memory: Eliminate memory_region_destructor_ram_from_ptr()Eduardo Habkost1-6/+1
2015-12-17exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost1-1/+1
2015-11-12memory: don't try to adjust endianness for zero length eventfdJason Wang1-2/+6
2015-11-04memory: call begin, log_start and commit when registering a new listenerPaolo Bonzini1-0/+9
2015-10-09memory: allow destroying a non-empty MemoryRegionPaolo Bonzini1-1/+16
2015-10-05memory: Allow replay of IOMMU mapping notificationsDavid Gibson1-0/+20
2015-09-18memory: Fix bad error handling in memory_region_init_ram_ptr()Markus Armbruster1-1/+1
2015-08-13Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin1-9/+1
2015-07-27memory: do not add a reference to the owner of aliased regionsPaolo Bonzini1-7/+0
2015-07-24memory: count number of active VGA logging clientsPaolo Bonzini1-0/+7
2015-07-16memory: fix refcount leak in memory_region_presentPaolo Bonzini1-16/+28
2015-07-01exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*Paolo Bonzini1-12/+0
2015-07-01memory: Add global-locking property to memory regionsJan Kiszka1-0/+11
2015-06-05memory: use mr->ram_addr in "is this RAM?" assertionsPaolo Bonzini1-8/+10
2015-06-05memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi1-7/+4
2015-06-05exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini1-1/+2
2015-06-05memory: include DIRTY_MEMORY_MIGRATION in the dirty log maskPaolo Bonzini1-2/+18
2015-06-05memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini1-0/+4
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini1-6/+11
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini1-1/+6
2015-06-05memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini1-0/+1
2015-04-30mtree: also print disabled regionsGerd Hoffmann1-5/+7
2015-04-30mtree: tag & indent a bit betterGerd Hoffmann1-5/+6
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+7
2015-04-27memory: add memory_region_ram_resizePaolo Bonzini1-0/+7
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell1-23/+10
2015-04-26memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell1-67/+140
2015-03-17memory: Move owner-less MemoryRegions to /machine/unattachedAndreas Färber1-1/+1
2015-02-11memory: keep the owner of the AddressSpace alive until do_address_space_destroyPaolo Bonzini1-0/+5
2015-02-10memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini1-0/+1