aboutsummaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)Author
2016-10-24memory: optimize memory_region_sync_dirty_bitmapPaolo Bonzini
2016-10-24memory: optimize memory_global_dirty_log_syncPaolo Bonzini
2016-10-24memory: add a per-AddressSpace list of listenersPaolo Bonzini
2016-10-24memory: eliminate global MemoryListenersPaolo Bonzini
2016-09-27migration: sync all address spacesPaolo Bonzini
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu
2016-09-27memory: introduce IOMMUNotifier and its capsPeter Xu
2016-09-14memory: remove memory_region_destructor_rom_devicePaolo Bonzini
2016-07-04memory: Assert that memory_region_init_rom_device() ops aren't NULLPeter Maydell
2016-07-04memory: Provide memory_region_init_rom()Peter Maydell
2016-06-30memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacksAlexey Kardashevskiy
2016-06-22memory: Add reporting of supported page sizesAlexey Kardashevskiy
2016-05-29exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini
2016-05-29Revert "memory: Drop FlatRange.romd_mode"Paolo Bonzini
2016-05-23memory: remove unnecessary masking of MemoryRegion ram_addrPaolo Bonzini
2016-05-23memory: Drop FlatRange.romd_modeFam Zheng
2016-05-23memory: Remove code for mr->may_overlapFam Zheng
2016-05-23memory: drop find_ram_block()Gonglei
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-14trace: separate MMIO tracepoints from TB-access tracepointsHollis Blanchard
2016-03-14trace: include CPU index in trace_memory_region_*()Hollis Blanchard
2016-03-07exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng
2016-03-07memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng
2016-03-07memory: Move assignment to ram_block to memory_region_init_*Fam Zheng
2016-03-07exec: Return RAMBlock pointer from allocating functionsFam Zheng
2016-03-01trace: use addresses instead of offsets in memory tracepointsHollis Blanchard
2016-03-01trace: split subpage MMIOs into their own trace events.Hollis Blanchard
2016-02-25memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei
2016-02-25exec: store RAMBlock pointer into memory regionGonglei
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