summaryrefslogtreecommitdiff
path: root/include/exec/ram_addr.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum1-1/+2
2018-01-16cpu_physical_memory_sync_dirty_bitmap: Another alignment fixDr. David Alan Gilbert1-2/+3
2017-10-23migration: add bitmap for received pageAlexey Perevalov1-0/+10
2017-08-01cpu_physical_memory_sync_dirty_bitmap: Fix alignment checkDr. David Alan Gilbert1-3/+4
2017-06-28exec: fix access to ram_list.dirty_memory when sync dirty bitmapHaozhong Zhang1-3/+6
2017-06-15exec: split qemu_ram_alloc_from_file()Marc-André Lureau1-0/+3
2017-05-04ram: Split dirty bitmap by RAMBlockJuan Quintela1-3/+10
2017-04-26Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell1-2/+2
2017-04-24memory: add support getting and using a dirty bitmap copy.Gerd Hoffmann1-0/+7
2017-04-21ram: Remove migration_bitmap_extend()Juan Quintela1-2/+0
2017-04-21ram: rename last_ram_offset() last_ram_pages()Juan Quintela1-1/+1
2017-04-21ram: Pass RAMBlock to bitmap_syncJuan Quintela1-0/+2
2017-04-21ram: Change num_dirty_pages_period type to uint64_tJuan Quintela1-1/+1
2017-03-22xen: rename xen_modified_memory() to xen_hvm_modified_memory()Paul Durrant1-2/+2
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