summaryrefslogtreecommitdiffstats
path: root/include/exec/ram_addr.h
Commit message (Expand)AuthorAgeFilesLines
* Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert2015-09-091-0/+40
* memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomicStefan Hajnoczi2015-06-051-3/+3
* memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi2015-06-051-23/+10
* migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi2015-06-051-0/+44
* memory: use atomic ops for setting dirty memory bitsStefan Hajnoczi2015-06-051-7/+9
* memory: do not touch code dirty bitmap unless TCG is enabledPaolo Bonzini2015-06-051-3/+5
* exec: only check relevant bitmaps for cleanlinessPaolo Bonzini2015-06-051-7/+18
* exec: invert return value of cpu_physical_memory_get_clean, renamePaolo Bonzini2015-06-051-5/+5
* exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini2015-06-051-17/+16
* ram_addr: tweaks to xen_modified_memoryPaolo Bonzini2015-06-051-1/+2
* exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin2015-01-081-0/+7
* exec: cpu_physical_memory_set/clear_dirty_rangeMichael S. Tsirkin2015-01-081-3/+12
* exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell2014-11-181-0/+25
* exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao2014-09-091-2/+2
* exec: fix migration with devices that use address_space_rwPaolo Bonzini2014-07-221-0/+11
* vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion2014-06-291-0/+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/+1
* memory: add error propagation to file-based RAM allocationPaolo Bonzini2014-06-191-1/+1
* memory: reorganize file-based allocationPaolo Bonzini2014-06-191-0/+2
* exec: replace ffsl with ctzlNatanael Copa2014-06-111-1/+1
* exec: fix ram_list dirty map optimizationAlexey Kardashevskiy2014-02-041-1/+2
* exec: Exclude non portable function for MinGWStefan Weil2014-01-151-0/+2
* memory: syncronize kvm bitmap using bitmaps operationsJuan Quintela2014-01-131-18/+36
* memory: move bitmap synchronization to its own functionJuan Quintela2014-01-131-0/+31
* memory: split cpu_physical_memory_* functions to its own includeJuan Quintela2014-01-131-0/+98
OpenPOWER on IntegriCloud