summaryrefslogtreecommitdiff
path: root/include/exec/ram_addr.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-10qemu_ram_block_from_hostDr. David Alan Gilbert1-2/+0
2015-10-12exec: remove non-TCG stuff from exec-all.h header.Paolo Bonzini1-0/+1
2015-09-09Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert1-0/+40
2015-06-05memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomicStefan Hajnoczi1-3/+3
2015-06-05memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi1-23/+10
2015-06-05migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi1-0/+44
2015-06-05memory: use atomic ops for setting dirty memory bitsStefan Hajnoczi1-7/+9
2015-06-05memory: do not touch code dirty bitmap unless TCG is enabledPaolo Bonzini1-3/+5
2015-06-05exec: only check relevant bitmaps for cleanlinessPaolo Bonzini1-7/+18
2015-06-05exec: invert return value of cpu_physical_memory_get_clean, renamePaolo Bonzini1-5/+5
2015-06-05exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini1-17/+16
2015-06-05ram_addr: tweaks to xen_modified_memoryPaolo Bonzini1-1/+2
2015-01-08exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin1-0/+7
2015-01-08exec: cpu_physical_memory_set/clear_dirty_rangeMichael S. Tsirkin1-3/+12
2014-11-18exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell1-0/+25
2014-09-09exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao1-2/+2
2014-07-22exec: fix migration with devices that use address_space_rwPaolo Bonzini1-0/+11
2014-06-29vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion1-0/+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/+1
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini1-1/+1
2014-06-19memory: reorganize file-based allocationPaolo Bonzini1-0/+2
2014-06-11exec: replace ffsl with ctzlNatanael Copa1-1/+1
2014-02-04exec: fix ram_list dirty map optimizationAlexey Kardashevskiy1-1/+2
2014-01-15exec: Exclude non portable function for MinGWStefan Weil1-0/+2
2014-01-13memory: syncronize kvm bitmap using bitmaps operationsJuan Quintela1-18/+36
2014-01-13memory: move bitmap synchronization to its own functionJuan Quintela1-0/+31
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan Quintela1-0/+98