summaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)Author
2015-09-11typofixes - v4Veres Lajos
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-08-13Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin
2015-07-24memory: count number of active VGA logging clientsPaolo Bonzini
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell
2015-07-01memory: Add global-locking property to memory regionsJan Kiszka
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-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini
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-26exec.c: Add new address_space_ld*/st* functionsPeter Maydell
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell
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-02-02memory: protect current_map by RCUPaolo Bonzini
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-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan
2014-08-19Revert "memory: Use canonical path component as the name"Peter Maydell
2014-08-18memory: Use canonical path component as the namePeter Crosthwaite
2014-08-18memory: constify memory_region_namePeter Crosthwaite
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-07-01memory: MemoryRegion: Add may-overlap and priority propsPeter Crosthwaite
2014-07-01memory: MemoryRegion: replace owner field with QOM parentPaolo Bonzini
2014-07-01memory: MemoryRegion: QOMifyPeter Crosthwaite
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini
2014-06-19memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini
2014-06-19memory: add memory_region_is_mapped() APIIgor Mammedov
2014-06-18memory: MemoryRegion: rename parent to containerPaolo Bonzini
2014-05-07docs/memory.txt: Fix document on MMIO operationsFam Zheng
2014-03-09memory_region_present: return false if address is not found in child MemoryRe...Igor Mammedov
2014-02-11memory: Add MemoryListener to typedefs.hEdgar E. Iglesias
2014-01-13memory: split dirty bitmap into threeJuan Quintela
2014-01-13memory: use bit 2 for migrationJuan Quintela
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela
2013-10-14memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum
2013-07-04exec: separate current radix tree from the one being builtPaolo Bonzini
2013-07-04exec: move listener from AddressSpaceDispatch to AddressSpacePaolo Bonzini
2013-07-04memory: move MemoryListener declaration earlierPaolo Bonzini
2013-07-04memory: introduce memory_region_presentPaolo Bonzini
2013-07-04memory: add ref/unrefPaolo Bonzini