index
:
rocket-tools/riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
colo: Reuse the return path from migration on primary and secondary side
Lukas Straub
2
-18
/
+18
2 days
migration: Keep s->rp_state.from_dst_file open until migration ends
Lukas Straub
1
-7
/
+12
2 days
colo: Use file lock in primary_vm_do_failover()
Lukas Straub
1
-5
/
+7
2 days
multifd: Fix hang if send thread errors during sync
Lukas Straub
1
-1
/
+6
2 days
colo: Do not hold the BQL while receiving ram state.
Lukas Straub
1
-4
/
+2
2 days
colo: Hold the BQL while sending ram state
Lukas Straub
1
-2
/
+2
2 days
colo: Fix crash during device vmstate load
Lukas Straub
1
-0
/
+6
2 days
Call colo_release_ram_cache() after multifd threads terminate
Lukas Straub
2
-3
/
+3
2 days
multifd: Add COLO support
Lukas Straub
6
-3
/
+86
2 days
multifd: Move ram state receive into multifd_ram_state_recv()
Lukas Straub
1
-1
/
+10
2 days
ram: Remove colo special-casing
Lukas Straub
1
-5
/
+5
2 days
colo: Remove ENABLE_COLO savevm command and mark it as deprecated
Lukas Straub
4
-53
/
+5
2 days
colo: Replace migration_incoming_colo_enabled() with migrate_colo()
Lukas Straub
3
-9
/
+4
2 days
colo: Setup ram cache in normal migration path
Lukas Straub
2
-17
/
+15
2 days
migration: introduce MIGRATION_STATUS_FAILING
Prasad Pandit
2
-14
/
+22
2026-02-17
migration/cpr: Include vfio-cpr.h instead of vfio-device.h
Cédric Le Goater
1
-1
/
+1
2026-02-17
migration/colo/xen: Use generic helpers in qemu_save_device_state()
Peter Xu
3
-18
/
+17
2026-02-17
migration: Simplify qemu_save_device_state()
Peter Xu
1
-5
/
+0
2026-02-17
migration: Make qemu_savevm_state_non_iterable() take errp
Peter Xu
3
-11
/
+12
2026-02-17
migration/bg-snapshot: Cleanup error paths
Peter Xu
1
-17
/
+16
2026-02-17
migration: Introduce qemu_savevm_state_active()
Peter Xu
1
-36
/
+27
2026-02-17
migration: Refactor qemu_savevm_state_setup()
Peter Xu
3
-20
/
+46
2026-02-17
migration: Cleanup error propagates in qemu_savevm_state_setup()
Peter Xu
1
-3
/
+0
2026-02-17
migration: qemu_savevm_state_complete_precopy() take MigrationState*
Peter Xu
3
-5
/
+6
2026-02-17
migration: Split qemu_savevm_state_complete_precopy_non_iterable()
Peter Xu
3
-12
/
+10
2026-02-17
migration: Provide helper for save vm description
Peter Xu
2
-12
/
+24
2026-02-17
migration: Introduce qemu_savevm_state_end()
Peter Xu
3
-4
/
+11
2026-02-17
migration/postcopy: Send device states without copying buffer
Peter Xu
1
-1
/
+2
2026-02-17
migration/colo: Send device states without copying buffer
Peter Xu
1
-1
/
+2
2026-02-17
migration: Drop qemu_file_set_error() when save non-iterable fails
Peter Xu
1
-1
/
+0
2026-02-17
migration: Drop iterable_only in qemu_savevm_state_complete_precopy
Peter Xu
3
-9
/
+7
2026-02-17
migration/colo: Document qemu_fflush(fb)
Peter Xu
1
-2
/
+4
2026-02-17
migration/colo: Use the RAM iterable helper directly
Peter Xu
1
-1
/
+1
2026-02-17
migration: Remove call to send switchover start event in colo/savevm
Peter Xu
2
-3
/
+0
2026-02-17
migration/colo: Unwrap qemu_savevm_live_state()
Peter Xu
3
-9
/
+2
2026-02-17
migration/savevm: Remove SaveStateEntry.is_ram
Peter Xu
1
-7
/
+8
2026-02-17
migration: Remove one migration_in_colo_state() occurance
Peter Xu
1
-3
/
+1
2026-02-17
migration: Use qemu_savevm_send_header() in qemu_save_device_state()
Peter Xu
1
-2
/
+1
2026-02-17
migration: Introduce qemu_savevm_send_* helpers
Peter Xu
2
-24
/
+35
2026-02-17
migration: Update comments mentioning qmp_migrate_finish
Fabiano Rosas
1
-4
/
+5
2026-02-17
migration: Rename MIG_EVENT_PRECOPY_* to MIG_EVENT_*
Peter Xu
2
-7
/
+7
2026-02-17
migration: Drop explicit block activation in postcopy fail path
Peter Xu
1
-1
/
+0
2026-02-17
migration: Notify migration FAILED before starting VM
Peter Xu
1
-4
/
+15
2026-02-17
migration: Fix double notification of DONE/FAIL for postcopy
Peter Xu
1
-2
/
+1
2026-02-17
migration: Add a tracepoint for invoking migration notifiers
Peter Xu
2
-0
/
+3
2026-01-23
migration/channel: Centralize calling migration_channel_connect_outgoing
Fabiano Rosas
9
-36
/
+65
2026-01-23
migration: Remove qmp_migrate_finish
Fabiano Rosas
1
-22
/
+13
2026-01-23
migration: Move CPR HUP watch to cpr-transfer.c
Fabiano Rosas
2
-24
/
+26
2026-01-23
migration: Free cpr-transfer MigrationAddress along with gsource
Fabiano Rosas
1
-5
/
+6
2026-01-23
migration: Move URI parsing to channel.c
Fabiano Rosas
3
-100
/
+86
[next]