aboutsummaryrefslogtreecommitdiff
path: root/include/exec/ram_addr.h
AgeCommit message (Expand)Author
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-07-03migration: Count new_dirty instead of real_dirtyKeqian Zhu
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-06-05exec: Rename qemu_ram_writeback() as qemu_ram_msync()Philippe Mathieu-Daudé
2020-01-29ram_addr: Split RAMBlock definitionJuan Quintela
2019-12-16Memory: Enable writeback for given memory regionBeata Michalska
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert
2019-09-25migration/postcopy: unsentmap is not necessary for postcopyWei Yang
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