COMMITS
/ include/exec/ram_addr.h May 30, 2023
J
exec/ram_addr: Return number of dirty pages in cpu_physical_memory_set_dirty_lebitmap()
Joao Martins committed
April 3, 2023
A
hostmem-file: add offset option
Alexander Graf committed
October 4, 2022
P
migration: Use non-atomic ops for clear log bitmap
Peter Xu committed
October 5, 2022
R
accel/tcg: Unify declarations of tb_invalidate_phys_range
Richard Henderson committed
March 23, 2022
M
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau committed
July 20, 2021
H
memory: introduce total_dirty_pages to stat dirty pages
Hyman Huang(黄勇) committed
June 29, 2021
H
memory: make global_dirty_tracking a bitmask
Hyman Huang(黄勇) committed
May 10, 2021
D
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand committed
D
softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
David Hildenbrand committed
D
softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
David Hildenbrand committed
January 29, 2021
J
memory: alloc RAM from file at offset
Jagannathan Raman committed
January 4, 2021
S
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi committed
September 23, 2020
S
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi committed
June 22, 2020
K
migration: Count new_dirty instead of real_dirty
Keqian Zhu committed
May 8, 2020
P
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé committed
P
exec: Rename qemu_ram_writeback() as qemu_ram_msync()
Philippe Mathieu-Daudé committed
January 22, 2020
J
ram_addr: Split RAMBlock definition
Juan Quintela committed
November 21, 2019
B
Memory: Enable writeback for given memory region
Beata Michalska committed
October 13, 2019
W
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang committed
October 7, 2019
D
rcu: Use automatic rc_read unlock in core memory/exec code
Dr. David Alan Gilbert committed
August 19, 2019
W
migration/postcopy: unsentmap is not necessary for postcopy
Wei Yang committed
August 12, 2019
M
include: Make headers more self-contained
Markus Armbruster committed
June 3, 2019
P
migration: Split log_clear() into smaller chunks
Peter Xu committed
P
memory: Introduce memory listener hook log_clear()
Peter Xu committed
P
memory: Pass mr into snapshot_and_clear_dirty
Peter Xu committed
P
memory: Don't set migration bitmap when without migration
Peter Xu committed
P
migration: No need to take rcu during sync_dirty_bitmap
Peter Xu committed
May 23, 2019
M
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster committed
April 17, 2019
D
exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
David Hildenbrand committed
September 3, 2018
Z
COLO: Load dirty pages into SVM's RAM cache firstly
Zhang Chen committed
July 18, 2018
J
hostmem-file: add the 'pmem' option
Junyan He committed
J
memory, exec: switch file ram allocation functions to 'flags' parameters
Junyan He committed
May 30, 2018
P
move public invalidate APIs out of translate-all.{c,h}, clean up
Paolo Bonzini committed
June 20, 2018
D
postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()
David Hildenbrand committed
December 13, 2017
M
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum committed
January 3, 2018
D
cpu_physical_memory_sync_dirty_bitmap: Another alignment fix
Dr. David Alan Gilbert committed
October 5, 2017
A
migration: add bitmap for received page
Alexey Perevalov committed
July 24, 2017
D
cpu_physical_memory_sync_dirty_bitmap: Fix alignment check
Dr. David Alan Gilbert committed
June 28, 2017
H
exec: fix access to ram_list.dirty_memory when sync dirty bitmap
Haozhong Zhang committed
June 2, 2017
M
exec: split qemu_ram_alloc_from_file()
Marc-André Lureau committed
March 22, 2017
J
ram: Split dirty bitmap by RAMBlock
Juan Quintela committed
J
ram: Remove migration_bitmap_extend()
Juan Quintela committed
April 26, 2017
P
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' into staging
Peter Maydell committed
April 21, 2017
G
memory: add support getting and using a dirty bitmap copy.
Gerd Hoffmann committed
March 21, 2017
J
ram: rename last_ram_offset() last_ram_pages()
Juan Quintela committed
J
ram: Pass RAMBlock to bitmap_sync
Juan Quintela committed
March 28, 2017
J
ram: Change num_dirty_pages_period type to uint64_t
Juan Quintela committed
March 7, 2017
P
xen: rename xen_modified_memory() to xen_hvm_modified_memory()
Paul Durrant committed
March 14, 2017
C
Change the method to calculate dirty-pages-rate
Chao Fan committed
March 2, 2017
A
exec, kvm, target-ppc: Move getrampagesize() to common code
Alexey Kardashevskiy committed