summaryrefslogtreecommitdiffstats
path: root/include/exec/memory.h
Commit message (Expand)AuthorAgeFilesLines
* memory: Allow replay of IOMMU mapping notificationsDavid Gibson2015-10-051-0/+13
* typofixes - v4Veres Lajos2015-09-111-1/+1
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin2015-08-131-3/+11
* memory: count number of active VGA logging clientsPaolo Bonzini2015-07-241-0/+1
* Stop including qemu-common.h in memory.hPeter Maydell2015-07-061-1/+0
* memory: Add global-locking property to memory regionsJan Kiszka2015-07-011-0/+26
* memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini2015-06-051-2/+2
* memory: prepare for multiple bits in the dirty log maskPaolo Bonzini2015-06-051-2/+4
* memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini2015-06-051-2/+14
* memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini2015-06-051-2/+1
* exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini2015-04-301-1/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-04-301-0/+12
|\
| * memory: add memory_region_ram_resizePaolo Bonzini2015-04-271-0/+12
* | exec.c: Add new address_space_ld*/st* functionsPeter Maydell2015-04-261-0/+67
* | exec.c: Make address_space_rw take transaction attributesPeter Maydell2015-04-261-11/+20
* | memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell2015-04-261-0/+31
* | memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell2015-04-261-0/+22
|/
* memory: protect current_map by RCUPaolo Bonzini2015-02-021-0/+5
* memory: API to allocate resizeable RAM MRMichael S. Tsirkin2015-01-081-0/+24
* memory: add memory_region_set_sizeMichael S. Tsirkin2015-01-081-0/+10
* memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov2014-11-231-0/+2
* Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania2014-10-311-0/+19
* memory: add parameter errp to memory_region_init_rom_deviceHu Tao2014-09-091-1/+3
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+3
* iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan2014-08-281-1/+1
* Revert "memory: Use canonical path component as the name"Peter Maydell2014-08-191-0/+1
* memory: Use canonical path component as the namePeter Crosthwaite2014-08-181-1/+0
* memory: constify memory_region_namePeter Crosthwaite2014-08-181-1/+1
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-9/+0
* memory: MemoryRegion: Add may-overlap and priority propsPeter Crosthwaite2014-07-011-1/+1
* memory: MemoryRegion: replace owner field with QOM parentPaolo Bonzini2014-07-011-1/+0
* memory: MemoryRegion: QOMifyPeter Crosthwaite2014-07-011-0/+6
* hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini2014-06-191-0/+2
* hostmem: allow preallocation of any memory regionPaolo Bonzini2014-06-191-0/+10
* memory: add error propagation to file-based RAM allocationPaolo Bonzini2014-06-191-1/+4
* memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini2014-06-191-0/+18
* memory: add memory_region_is_mapped() APIIgor Mammedov2014-06-191-0/+8
* memory: MemoryRegion: rename parent to containerPaolo Bonzini2014-06-181-10/+10
* docs/memory.txt: Fix document on MMIO operationsFam Zheng2014-05-071-1/+1
* memory_region_present: return false if address is not found in child MemoryRe...Igor Mammedov2014-03-091-3/+3
* memory: Add MemoryListener to typedefs.hEdgar E. Iglesias2014-02-111-2/+0
* memory: split dirty bitmap into threeJuan Quintela2014-01-131-5/+5
* memory: use bit 2 for migrationJuan Quintela2014-01-131-1/+2
* memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela2014-01-131-3/+0
* memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum2013-10-141-2/+2
* exec: separate current radix tree from the one being builtPaolo Bonzini2013-07-041-0/+1
* exec: move listener from AddressSpaceDispatch to AddressSpacePaolo Bonzini2013-07-041-0/+2
* memory: move MemoryListener declaration earlierPaolo Bonzini2013-07-041-33/+33
* memory: introduce memory_region_presentPaolo Bonzini2013-07-041-0/+12
OpenPOWER on IntegriCloud