aboutsummaryrefslogtreecommitdiff
path: root/include/exec/ram_addr.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-03migration: Count new_dirty instead of real_dirtyKeqian Zhu1-4/+1
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-1/+1
2020-06-05exec: Rename qemu_ram_writeback() as qemu_ram_msync()Philippe Mathieu-Daudé1-2/+2
2020-01-29ram_addr: Split RAMBlock definitionJuan Quintela1-39/+1
2019-12-16Memory: Enable writeback for given memory regionBeata Michalska1-0/+8
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-1/+1
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert1-73/+65
2019-09-25migration/postcopy: unsentmap is not necessary for postcopyWei Yang1-6/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+1
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu1-2/+74
2019-07-15memory: Introduce memory listener hook log_clear()Peter Xu1-0/+3
2019-07-15memory: Pass mr into snapshot_and_clear_dirtyPeter Xu1-1/+1
2019-07-15memory: Don't set migration bitmap when without migrationPeter Xu1-1/+11
2019-07-15migration: No need to take rcu during sync_dirty_bitmapPeter Xu1-4/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-04-25exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand1-1/+2
2018-10-19COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen1-0/+1
2018-08-10hostmem-file: add the 'pmem' optionJunyan He1-0/+3
2018-08-10memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He1-2/+23
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini1-0/+2
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand1-1/+0
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