aboutsummaryrefslogtreecommitdiff
path: root/include/exec/ram_addr.h
AgeCommit message (Expand)Author
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu
2019-07-15memory: Introduce memory listener hook log_clear()Peter Xu
2019-07-15memory: Pass mr into snapshot_and_clear_dirtyPeter Xu
2019-07-15memory: Don't set migration bitmap when without migrationPeter Xu
2019-07-15migration: No need to take rcu during sync_dirty_bitmapPeter Xu
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-04-25exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand
2018-10-19COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen
2018-08-10hostmem-file: add the 'pmem' optionJunyan He
2018-08-10memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2018-01-16cpu_physical_memory_sync_dirty_bitmap: Another alignment fixDr. David Alan Gilbert
2017-10-23migration: add bitmap for received pageAlexey Perevalov
2017-08-01cpu_physical_memory_sync_dirty_bitmap: Fix alignment checkDr. David Alan Gilbert
2017-06-28exec: fix access to ram_list.dirty_memory when sync dirty bitmapHaozhong Zhang
2017-06-15exec: split qemu_ram_alloc_from_file()Marc-André Lureau
2017-05-04ram: Split dirty bitmap by RAMBlockJuan Quintela
2017-04-26Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell
2017-04-24memory: add support getting and using a dirty bitmap copy.Gerd Hoffmann
2017-04-21ram: Remove migration_bitmap_extend()Juan Quintela
2017-04-21ram: rename last_ram_offset() last_ram_pages()Juan Quintela
2017-04-21ram: Pass RAMBlock to bitmap_syncJuan Quintela
2017-04-21ram: Change num_dirty_pages_period type to uint64_tJuan Quintela
2017-03-22xen: rename xen_modified_memory() to xen_hvm_modified_memory()Paul Durrant
2017-03-16Change the method to calculate dirty-pages-rateChao Fan
2017-03-03exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy
2017-01-16ramblock-notifier: newPaolo Bonzini
2016-10-13RAMBlocks: Store page sizeDr. David Alan Gilbert
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini
2016-05-23memory: drop find_ram_block()Gonglei
2016-03-07exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng
2016-03-07exec: Return RAMBlock pointer from allocating functionsFam Zheng
2016-02-10memory: fix usage of find_next_bit and find_next_zero_bitPaolo Bonzini
2016-02-09memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi
2016-02-09memory: add early bail out from cpu_physical_memory_set_dirty_rangePaolo Bonzini
2016-02-05ram: Split host_from_stream_offset() into two helper functionszhanghailiang
2016-01-09ivshmem: Store file descriptor for vhost-user negotiationTetsuya Mukawa
2015-12-17memory: try to inline constant-length readsPaolo Bonzini
2015-12-17exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost
2015-11-10qemu_ram_block_from_hostDr. David Alan Gilbert
2015-10-12exec: remove non-TCG stuff from exec-all.h header.Paolo Bonzini
2015-09-09Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert
2015-06-05memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomicStefan Hajnoczi
2015-06-05memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi
2015-06-05migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi
2015-06-05memory: use atomic ops for setting dirty memory bitsStefan Hajnoczi
2015-06-05memory: do not touch code dirty bitmap unless TCG is enabledPaolo Bonzini