summaryrefslogtreecommitdiffstats
path: root/memory.c
Commit message (Expand)AuthorAgeFilesLines
* memory: add parameter errp to memory_region_init_rom_deviceHu Tao2014-09-091-2/+3
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+3
* exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao2014-09-091-3/+6
* memory: Remove object_property_add_child_array()Peter Crosthwaite2014-09-041-25/+5
* memory: Lazy init name from QOM name as neededPeter Crosthwaite2014-08-281-0/+4
* Revert "memory: Use canonical path component as the name"Peter Maydell2014-08-191-1/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-191-20/+8
|\
| * mtree: remove write-only fieldPaolo Bonzini2014-08-181-7/+3
| * memory: Use canonical path component as the namePeter Crosthwaite2014-08-181-3/+1
| * memory: Use memory_region_name for name accessPeter Crosthwaite2014-08-181-4/+4
| * memory: constify memory_region_namePeter Crosthwaite2014-08-181-1/+1
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-5/+0
| * memory: convert memory_region_destroy to object_unparentPaolo Bonzini2014-08-181-1/+0
* | memory: Update obsolete comment about AddrRange field typeFam Zheng2014-08-151-2/+1
|/
* memory: MemoryRegion: Add size propertyPeter Crosthwaite2014-07-011-0/+13
* memory: MemoryRegion: Add may-overlap and priority propsPeter Crosthwaite2014-07-011-0/+24
* memory: MemoryRegion: Add container and addr propsPeter Crosthwaite2014-07-011-0/+46
* memory: MemoryRegion: replace owner field with QOM parentPaolo Bonzini2014-07-011-10/+25
* memory: MemoryRegion: QOMifyPeter Crosthwaite2014-07-011-20/+101
* memory: MemoryRegion: use /machine as default ownerPaolo Bonzini2014-07-011-1/+1
* hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini2014-06-191-1/+2
* hostmem: allow preallocation of any memory regionPaolo Bonzini2014-06-191-0/+11
* memory: add error propagation to file-based RAM allocationPaolo Bonzini2014-06-191-2/+3
* memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini2014-06-191-5/+16
* memory: reorganize file-based allocationPaolo Bonzini2014-06-191-1/+6
* memory: add memory_region_is_mapped() APIIgor Mammedov2014-06-191-1/+9
* memory: Don't call memory_region_update_coalesced_range if nothing changedFam Zheng2014-06-181-1/+6
* memory: MemoryRegion: rename parent to containerPaolo Bonzini2014-06-181-20/+20
* memory: MemoryRegion: factor out memory region re-adderPeter Crosthwaite2014-06-171-10/+16
* memory: MemoryRegion: factor out subregion add functionalityPeter Crosthwaite2014-06-171-6/+12
* memory: Simplify mr_add_subregion() if-elsePeter Crosthwaite2014-06-171-7/+1
* memory: Don't update all memory region when ioeventfd changedGonglei2014-06-171-10/+23
* memory: Sanity check that no listeners remain on a destroyed AddressSpaceDavid Gibson2014-05-301-0/+7
* memory_region_present: return false if address is not found in child MemoryRe...Igor Mammedov2014-03-091-1/+1
* memory: split cpu_physical_memory_* functions to its own includeJuan Quintela2014-01-131-0/+1
* memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela2014-01-131-6/+2
* memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela2014-01-131-6/+4
* memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela2014-01-131-1/+1
* memory: cpu_physical_memory_set_dirty_range() return voidJuan Quintela2014-01-131-1/+1
* memory.c: bugfix - ref counting mismatch in memory_region_findMarcel Apfelbaum2013-12-111-0/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-2/+2
|\
| * memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum2013-10-141-2/+2
* | memory: fix 128 arithmetic in info mtreeAlexey Kardashevskiy2013-10-171-1/+3
|/
* Revert "memory: Return -1 again on reads from unsigned regions"Jan Kiszka2013-09-051-1/+1
* memory.c: drop kvm.h dependencyMichael S. Tsirkin2013-08-021-1/+0
* memory: add tracepoints for MMIO reads/writesPaolo Bonzini2013-07-291-0/+5
* memory: check memory region endianness, not target'sPaolo Bonzini2013-07-251-7/+18
* memory: pass MemoryRegion to access_with_adjusted_sizePaolo Bonzini2013-07-251-12/+8
* memory: move functions aroundPaolo Bonzini2013-07-251-30/+30
* memory: Fix zero-sized memory region printAlex Williamson2013-07-221-2/+6
OpenPOWER on IntegriCloud