summaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-01memory: MemoryRegion: Add size propertyPeter Crosthwaite1-0/+13
2014-07-01memory: MemoryRegion: Add may-overlap and priority propsPeter Crosthwaite1-0/+24
2014-07-01memory: MemoryRegion: Add container and addr propsPeter Crosthwaite1-0/+46
2014-07-01memory: MemoryRegion: replace owner field with QOM parentPaolo Bonzini1-10/+25
2014-07-01memory: MemoryRegion: QOMifyPeter Crosthwaite1-20/+101
2014-07-01memory: MemoryRegion: use /machine as default ownerPaolo Bonzini1-1/+1
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini1-1/+2
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini1-0/+11
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini1-2/+3
2014-06-19memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini1-5/+16
2014-06-19memory: reorganize file-based allocationPaolo Bonzini1-1/+6
2014-06-19memory: add memory_region_is_mapped() APIIgor Mammedov1-1/+9
2014-06-18memory: Don't call memory_region_update_coalesced_range if nothing changedFam Zheng1-1/+6
2014-06-18memory: MemoryRegion: rename parent to containerPaolo Bonzini1-20/+20
2014-06-17memory: MemoryRegion: factor out memory region re-adderPeter Crosthwaite1-10/+16
2014-06-17memory: MemoryRegion: factor out subregion add functionalityPeter Crosthwaite1-6/+12
2014-06-17memory: Simplify mr_add_subregion() if-elsePeter Crosthwaite1-7/+1
2014-06-17memory: Don't update all memory region when ioeventfd changedGonglei1-10/+23
2014-05-30memory: Sanity check that no listeners remain on a destroyed AddressSpaceDavid Gibson1-0/+7
2014-03-09memory_region_present: return false if address is not found in child MemoryRe...Igor Mammedov1-1/+1
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan Quintela1-0/+1
2014-01-13memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela1-6/+2
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela1-6/+4
2014-01-13memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela1-1/+1
2014-01-13memory: cpu_physical_memory_set_dirty_range() return voidJuan Quintela1-1/+1
2013-12-11memory.c: bugfix - ref counting mismatch in memory_region_findMarcel Apfelbaum1-0/+1
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-2/+2
2013-10-17memory: fix 128 arithmetic in info mtreeAlexey Kardashevskiy1-1/+3
2013-10-14memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum1-2/+2
2013-09-05Revert "memory: Return -1 again on reads from unsigned regions"Jan Kiszka1-1/+1
2013-08-02memory.c: drop kvm.h dependencyMichael S. Tsirkin1-1/+0
2013-07-29memory: add tracepoints for MMIO reads/writesPaolo Bonzini1-0/+5
2013-07-25memory: check memory region endianness, not target'sPaolo Bonzini1-7/+18
2013-07-25memory: pass MemoryRegion to access_with_adjusted_sizePaolo Bonzini1-12/+8
2013-07-25memory: move functions aroundPaolo Bonzini1-30/+30
2013-07-22memory: Fix zero-sized memory region printAlex Williamson1-2/+6
2013-07-18memory: Return -1 again on reads from unsigned regionsJan Kiszka1-1/+1
2013-07-18memory: actually set the ownerPaolo Bonzini1-1/+0
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-6/+4
2013-07-04memory: add reference counting to FlatViewPaolo Bonzini1-10/+69
2013-07-04memory: use a new FlatView pointer on every topology updatePaolo Bonzini1-16/+18
2013-07-04memory: access FlatView from a local variablePaolo Bonzini1-10/+21
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+21
2013-07-04memory: introduce memory_region_presentPaolo Bonzini1-0/+9
2013-07-04memory: add ref/unrefPaolo Bonzini1-0/+14
2013-07-04memory: add getter for ownerPaolo Bonzini1-0/+6
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-7/+17
2013-07-04ioport: Switch dispatching to memory core layerJan Kiszka1-88/+0
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber1-6/+8
2013-06-20memory: render_memory_region: factor out fr constant settersPeter Crosthwaite1-8/+5