aboutsummaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)Author
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-04all: Clean up includesPeter Maydell
2016-01-21memory: Add address_space_init_shareable()Peter Crosthwaite
2015-12-17memory: inline a few small accessorsPaolo Bonzini
2015-12-17memory: avoid unnecessary object_ref/unrefPaolo Bonzini
2015-12-17exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini
2015-12-17memory: emulate ioeventfdPavel Fedin
2015-12-17memory: Eliminate memory_region_destructor_ram_from_ptr()Eduardo Habkost
2015-12-17exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost
2015-11-12memory: don't try to adjust endianness for zero length eventfdJason Wang
2015-11-04memory: call begin, log_start and commit when registering a new listenerPaolo Bonzini
2015-10-09memory: allow destroying a non-empty MemoryRegionPaolo Bonzini
2015-10-05memory: Allow replay of IOMMU mapping notificationsDavid Gibson
2015-09-18memory: Fix bad error handling in memory_region_init_ram_ptr()Markus Armbruster
2015-08-13Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin
2015-07-27memory: do not add a reference to the owner of aliased regionsPaolo Bonzini
2015-07-24memory: count number of active VGA logging clientsPaolo Bonzini
2015-07-16memory: fix refcount leak in memory_region_presentPaolo Bonzini
2015-07-01exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*Paolo Bonzini
2015-07-01memory: Add global-locking property to memory regionsJan Kiszka
2015-06-05memory: use mr->ram_addr in "is this RAM?" assertionsPaolo Bonzini
2015-06-05memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi
2015-06-05exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini
2015-06-05memory: include DIRTY_MEMORY_MIGRATION in the dirty log maskPaolo Bonzini
2015-06-05memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini
2015-06-05memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini
2015-04-30mtree: also print disabled regionsGerd Hoffmann
2015-04-30mtree: tag & indent a bit betterGerd Hoffmann
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-04-27memory: add memory_region_ram_resizePaolo Bonzini
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell
2015-04-26memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell
2015-03-17memory: Move owner-less MemoryRegions to /machine/unattachedAndreas Färber
2015-02-11memory: keep the owner of the AddressSpace alive until do_address_space_destroyPaolo Bonzini
2015-02-10memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini
2015-02-02memory: avoid ref/unref in memory_region_findPaolo Bonzini
2015-02-02memory: protect current_map by RCUPaolo Bonzini
2015-02-02memory: remove assertion on memory_region_destroyJan Kiszka
2015-01-08memory: API to allocate resizeable RAM MRMichael S. Tsirkin
2015-01-08memory: add memory_region_set_sizeMichael S. Tsirkin
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov
2014-10-31Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania
2014-09-09memory: add parameter errp to memory_region_init_rom_deviceHu Tao
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-09exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao
2014-09-04memory: Remove object_property_add_child_array()Peter Crosthwaite
2014-08-28memory: Lazy init name from QOM name as neededPeter Crosthwaite