summaryrefslogtreecommitdiff
path: root/include/exec/ram_addr.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Change the method to calculate dirty-pages-rateChao Fan1-1/+4
2017-03-03exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy1-0/+1
2017-01-16ramblock-notifier: newPaolo Bonzini1-44/+2
2016-10-13RAMBlocks: Store page sizeDr. David Alan Gilbert1-0/+1
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini1-3/+0
2016-05-23memory: drop find_ram_block()Gonglei1-1/+1
2016-03-07exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng1-1/+1
2016-03-07exec: Return RAMBlock pointer from allocating functionsFam Zheng1-11/+11
2016-02-10memory: fix usage of find_next_bit and find_next_zero_bitPaolo Bonzini1-19/+36
2016-02-09memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi1-24/+165
2016-02-09memory: add early bail out from cpu_physical_memory_set_dirty_rangePaolo Bonzini1-0/+4
2016-02-05ram: Split host_from_stream_offset() into two helper functionszhanghailiang1-2/+6
2016-01-09ivshmem: Store file descriptor for vhost-user negotiationTetsuya Mukawa1-0/+1
2015-12-17memory: try to inline constant-length readsPaolo Bonzini1-1/+0
2015-12-17exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost1-1/+0
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