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
Age
Commit message (
Expand
)
Author
2023-05-16
sysemu/kvm: Remove unused headers
Philippe Mathieu-Daudé
2023-05-15
qemu-file: Remove total from qemu_file_total_transferred_*()
Juan Quintela
2023-05-15
qemu-file: Make rate_limit_used an uint64_t
Juan Quintela
2023-05-15
qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_t
Juan Quintela
2023-05-15
migration: We set the rate_limit by a second
Juan Quintela
2023-05-15
migration: A rate limit value of 0 is valid
Juan Quintela
2023-05-15
migration: Make dirtyrate.c target independent
Juan Quintela
2023-05-15
migration: Teach dirtyrate about qemu_target_page_bits()
Juan Quintela
2023-05-15
migration: Teach dirtyrate about qemu_target_page_size()
Juan Quintela
2023-05-15
Use new created qemu_target_pages_to_MiB()
Juan Quintela
2023-05-15
migration/calc-dirty-rate: replaced CRC32 with xxHash
Andrei Gudkov
2023-05-11
cpu: expose qemu_cpu_list_lock for lock-guard use
Jamie Iles
2023-05-10
migration: block incoming colo when capability is disabled
Vladimir Sementsov-Ogievskiy
2023-05-10
migration: disallow change capabilities in COLO state
Vladimir Sementsov-Ogievskiy
2023-05-10
migration: process_incoming_migration_co: simplify code flow around ret
Vladimir Sementsov-Ogievskiy
2023-05-10
migration: drop colo_incoming_thread from MigrationIncomingState
Vladimir Sementsov-Ogievskiy
2023-05-10
build: move COLO under CONFIG_REPLICATION
Vladimir Sementsov-Ogievskiy
2023-05-10
colo: make colo_checkpoint_notify static and provide simpler API
Vladimir Sementsov-Ogievskiy
2023-05-10
multifd: Add the ramblock to MultiFDRecvParams
Lukas Straub
2023-05-10
ram: Let colo_flush_ram_cache take the bitmap_mutex
Lukas Straub
2023-05-10
ram: Add public helper to set colo bitmap
Lukas Straub
2023-05-10
migration: Attempt disk reactivation in more failure scenarios
Eric Blake
2023-05-08
migration: Initialize and cleanup decompression in migration.c
Lukas Straub
2023-05-08
ram-compress.c: Make target independent
Lukas Straub
2023-05-08
ram compress: Assert that the file buffer matches the result
Lukas Straub
2023-05-08
ram.c: Move core decompression code into its own file
Lukas Straub
2023-05-08
ram.c: Move core compression code into its own file
Lukas Straub
2023-05-08
ram.c: Remove last ram.c dependency from the core compress code
Lukas Straub
2023-05-08
ram.c: Call update_compress_thread_counts from compress_send_queued_data
Lukas Straub
2023-05-08
ram.c: Do not call save_page_header() from compress threads
Lukas Straub
2023-05-08
ram.c: Reset result after sending queued data
Lukas Straub
2023-05-08
ram.c: Dont change param->block in the compress thread
Lukas Straub
2023-05-08
ram.c: Let the compress threads return a CompressResult enum
Lukas Straub
2023-05-05
qemu-file: Make ram_control_save_page() use accessors for rate_limit
Juan Quintela
2023-05-05
qemu-file: Make total_transferred an uint64_t
Juan Quintela
2023-05-05
qemu-file: remove shutdown member
Juan Quintela
2023-05-05
qemu-file: No need to check for shutdown in qemu_file_rate_limit
Juan Quintela
2023-05-05
migration: qemu_file_total_transferred() function is monotonic
Juan Quintela
2023-05-05
migration: max_postcopy_bandwidth is a size parameter
Juan Quintela
2023-05-05
migration/rdma: Check for postcopy sooner
Juan Quintela
2023-05-05
migration/rdma: It makes no sense to recive that flag without RDMA
Juan Quintela
2023-05-05
migration/rdma: We can calculate the rioc from the QEMUFile
Juan Quintela
2023-05-05
migration/rdma: simplify ram_control_load_hook()
Juan Quintela
2023-05-05
migration: Make RAM_SAVE_FLAG_HOOK a normal case entry
Juan Quintela
2023-05-05
migration: Rename xbzrle_enabled xbzrle_started
Juan Quintela
2023-05-05
migration: Put zero_pages in alphabetical order
Juan Quintela
2023-05-05
migration: Document all migration_stats
Juan Quintela
2023-05-05
migration/rdma: Don't pass the QIOChannelRDMA as an opaque
Juan Quintela
2023-05-05
migration: Fix block_bitmap_mapping migration
Juan Quintela
2023-05-03
migration: Drop unused parameter for migration_tls_client_create()
Juan Quintela
[next]