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
/
migration
/
ram.c
Age
Commit message (
Expand
)
Author
2020-01-20
multifd: Be consistent about using uint64_t
Juan Quintela
2020-01-20
Bug #1829242 correction.
Alexey Romko
2020-01-20
migration/multifd: fix destroyed mutex access in terminating multifd threads
Jiahui Cen
2020-01-20
migration/multifd: fix nullptr access in terminating multifd threads
Jiahui Cen
2020-01-20
migration/multifd: not use multifd during postcopy
Wei Yang
2020-01-20
migration/multifd: clean pages after filling packet
Wei Yang
2020-01-20
migration/postcopy: enable compress during postcopy
Wei Yang
2020-01-20
migration/postcopy: enable random order target page arrival
Wei Yang
2020-01-20
migration/postcopy: set all_zero to true on the first target page
Wei Yang
2020-01-20
migration/postcopy: count target page number to decide the place_needed
Wei Yang
2020-01-20
migration/postcopy: wait for decompress thread in precopy
Wei Yang
2020-01-20
migration/postcopy: reduce memset when it is zero page and matches_target_pag...
Wei Yang
2020-01-20
migration/ram: Yield periodically to the main loop
Yury Kotov
2020-01-20
migration: Rate limit inside host pages
Dr. David Alan Gilbert
2020-01-20
ram.c: remove unneeded labels
Daniel Henrique Barboza
2020-01-20
migration: Make sure that we don't call write() in case of error
Juan Quintela
2020-01-20
multifd: Initialize local variable
Juan Quintela
2019-12-17
colo: fix return without releasing RCU
Paolo Bonzini
2019-12-17
migration: fix maybe-uninitialized warning
Marc-André Lureau
2019-12-16
migration: ram: Switch to ram block writeback
Beata Michalska
2019-10-11
migration/multifd: pages->used would be cleared when attach to multifd_send_s...
Wei Yang
2019-10-11
migration/multifd: initialize packet->magic/version once at setup stage
Wei Yang
2019-10-11
migration/multifd: use pages->allocated instead of the static max
Wei Yang
2019-10-11
migration/multifd: fix a typo in comment of multifd_recv_unfill_packet()
Wei Yang
2019-10-11
migration/postcopy: allocate tmp_page in setup stage
Wei Yang
2019-10-11
migration: Use automatic rcu_read unlock in ram.c
Dr. David Alan Gilbert
2019-10-11
migration: Fix missing rcu_read_unlock
Dr. David Alan Gilbert
2019-09-25
migration: remove sent parameter in get_queued_page_not_dirty
Wei Yang
2019-09-25
migration/postcopy: unsentmap is not necessary for postcopy
Wei Yang
2019-09-25
migration/postcopy: not necessary to do discard when canonicalizing bitmap
Wei Yang
2019-09-12
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
2019-09-12
migration: multifd_send_thread always post p->sem_sync when error happen
Ivan Ren
2019-08-20
memory: fix race between TCG and accesses to dirty bitmap
Paolo Bonzini
2019-08-14
migration: add some multifd traces
Juan Quintela
2019-08-14
migration: Make global sem_sync semaphore by channel
Juan Quintela
2019-08-14
migration: Add traces for multifd terminate threads
Juan Quintela
2019-08-14
migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmap
Wei Yang
2019-08-14
migration: update ram_counters for multifd sync packet
Ivan Ren
2019-08-14
migration: add speed limit for multifd migration
Ivan Ren
2019-08-14
migration/postcopy: use QEMU_IS_ALIGNED to replace host_offset
Wei Yang
2019-08-14
migration/postcopy: simplify calculation of run_start and fixup_start_addr
Wei Yang
2019-08-14
migration/postcopy: make PostcopyDiscardState a static variable
Wei Yang
2019-08-14
migration: extract ram_load_precopy
Wei Yang
2019-08-14
migration: return -EINVAL directly when version_id mismatch
Wei Yang
2019-08-14
migration: just pass RAMBlock is enough
Wei Yang
2019-08-14
migration/postcopy: do_fixup is true when host_offset is non-zero
Wei Yang
2019-08-14
migration/postcopy: reduce one operation to calculate fixup_start_addr
Wei Yang
2019-08-14
migration/postcopy: discard_length must not be 0
Wei Yang
2019-08-14
migration/postcopy: break the loop when there is no more page to discard
Wei Yang
2019-08-14
migration/postcopy: the valid condition is one less then end
Wei Yang
[next]