index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
ram_addr.h
Age
Commit message (
Expand
)
Author
2019-08-16
include: Make headers more self-contained
Markus Armbruster
2019-07-15
migration: Split log_clear() into smaller chunks
Peter Xu
2019-07-15
memory: Introduce memory listener hook log_clear()
Peter Xu
2019-07-15
memory: Pass mr into snapshot_and_clear_dirty
Peter Xu
2019-07-15
memory: Don't set migration bitmap when without migration
Peter Xu
2019-07-15
migration: No need to take rcu during sync_dirty_bitmap
Peter Xu
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-04-25
exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
David Hildenbrand
2018-10-19
COLO: Load dirty pages into SVM's RAM cache firstly
Zhang Chen
2018-08-10
hostmem-file: add the 'pmem' option
Junyan He
2018-08-10
memory, exec: switch file ram allocation functions to 'flags' parameters
Junyan He
2018-06-28
move public invalidate APIs out of translate-all.{c,h}, clean up
Paolo Bonzini
2018-06-27
postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()
David Hildenbrand
2018-02-19
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
2018-01-16
cpu_physical_memory_sync_dirty_bitmap: Another alignment fix
Dr. David Alan Gilbert
2017-10-23
migration: add bitmap for received page
Alexey Perevalov
2017-08-01
cpu_physical_memory_sync_dirty_bitmap: Fix alignment check
Dr. David Alan Gilbert
2017-06-28
exec: fix access to ram_list.dirty_memory when sync dirty bitmap
Haozhong Zhang
2017-06-15
exec: split qemu_ram_alloc_from_file()
Marc-André Lureau
2017-05-04
ram: Split dirty bitmap by RAMBlock
Juan Quintela
2017-04-26
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...
Peter Maydell
2017-04-24
memory: add support getting and using a dirty bitmap copy.
Gerd Hoffmann
2017-04-21
ram: Remove migration_bitmap_extend()
Juan Quintela
2017-04-21
ram: rename last_ram_offset() last_ram_pages()
Juan Quintela
2017-04-21
ram: Pass RAMBlock to bitmap_sync
Juan Quintela
2017-04-21
ram: Change num_dirty_pages_period type to uint64_t
Juan Quintela
2017-03-22
xen: rename xen_modified_memory() to xen_hvm_modified_memory()
Paul Durrant
2017-03-16
Change the method to calculate dirty-pages-rate
Chao Fan
2017-03-03
exec, kvm, target-ppc: Move getrampagesize() to common code
Alexey Kardashevskiy
2017-01-16
ramblock-notifier: new
Paolo Bonzini
2016-10-13
RAMBlocks: Store page size
Dr. David Alan Gilbert
2016-05-29
memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr
Paolo Bonzini
2016-05-23
memory: drop find_ram_block()
Gonglei
2016-03-07
exec: Pass RAMBlock pointer to qemu_ram_free
Fam Zheng
2016-03-07
exec: Return RAMBlock pointer from allocating functions
Fam Zheng
2016-02-10
memory: fix usage of find_next_bit and find_next_zero_bit
Paolo Bonzini
2016-02-09
memory: RCU ram_list.dirty_memory[] for safe RAM hotplug
Stefan Hajnoczi
2016-02-09
memory: add early bail out from cpu_physical_memory_set_dirty_range
Paolo Bonzini
2016-02-05
ram: Split host_from_stream_offset() into two helper functions
zhanghailiang
2016-01-09
ivshmem: Store file descriptor for vhost-user negotiation
Tetsuya Mukawa
2015-12-17
memory: try to inline constant-length reads
Paolo Bonzini
2015-12-17
exec: Eliminate qemu_ram_free_from_ptr()
Eduardo Habkost
2015-11-10
qemu_ram_block_from_host
Dr. David Alan Gilbert
2015-10-12
exec: remove non-TCG stuff from exec-all.h header.
Paolo Bonzini
2015-09-09
Move RAMBlock and ram_list to ram_addr.h
Dr. David Alan Gilbert
2015-06-05
memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic
Stefan Hajnoczi
2015-06-05
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
Stefan Hajnoczi
2015-06-05
migration: move dirty bitmap sync to ram_addr.h
Stefan Hajnoczi
2015-06-05
memory: use atomic ops for setting dirty memory bits
Stefan Hajnoczi
2015-06-05
memory: do not touch code dirty bitmap unless TCG is enabled
Paolo Bonzini
[next]