aboutsummaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)Author
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
2014-08-19Revert "memory: Use canonical path component as the name"Peter Maydell
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18mtree: remove write-only fieldPaolo Bonzini
2014-08-18memory: Use canonical path component as the namePeter Crosthwaite
2014-08-18memory: Use memory_region_name for name accessPeter Crosthwaite
2014-08-18memory: constify memory_region_namePeter Crosthwaite
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini
2014-08-15memory: Update obsolete comment about AddrRange field typeFam Zheng
2014-07-01memory: MemoryRegion: Add size propertyPeter Crosthwaite
2014-07-01memory: MemoryRegion: Add may-overlap and priority propsPeter Crosthwaite
2014-07-01memory: MemoryRegion: Add container and addr propsPeter Crosthwaite
2014-07-01memory: MemoryRegion: replace owner field with QOM parentPaolo Bonzini
2014-07-01memory: MemoryRegion: QOMifyPeter Crosthwaite
2014-07-01memory: MemoryRegion: use /machine as default ownerPaolo Bonzini
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: reorganize file-based allocationPaolo Bonzini
2014-06-19memory: add memory_region_is_mapped() APIIgor Mammedov
2014-06-18memory: Don't call memory_region_update_coalesced_range if nothing changedFam Zheng
2014-06-18memory: MemoryRegion: rename parent to containerPaolo Bonzini
2014-06-17memory: MemoryRegion: factor out memory region re-adderPeter Crosthwaite
2014-06-17memory: MemoryRegion: factor out subregion add functionalityPeter Crosthwaite
2014-06-17memory: Simplify mr_add_subregion() if-elsePeter Crosthwaite
2014-06-17memory: Don't update all memory region when ioeventfd changedGonglei
2014-05-30memory: Sanity check that no listeners remain on a destroyed AddressSpaceDavid Gibson
2014-03-09memory_region_present: return false if address is not found in child MemoryRe...Igor Mammedov
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan Quintela
2014-01-13memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() return voidJuan Quintela
2013-12-11memory.c: bugfix - ref counting mismatch in memory_region_findMarcel Apfelbaum
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-17memory: fix 128 arithmetic in info mtreeAlexey Kardashevskiy
2013-10-14memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum
2013-09-05Revert "memory: Return -1 again on reads from unsigned regions"Jan Kiszka
2013-08-02memory.c: drop kvm.h dependencyMichael S. Tsirkin
2013-07-29memory: add tracepoints for MMIO reads/writesPaolo Bonzini
2013-07-25memory: check memory region endianness, not target'sPaolo Bonzini
2013-07-25memory: pass MemoryRegion to access_with_adjusted_sizePaolo Bonzini
2013-07-25memory: move functions aroundPaolo Bonzini