Re: [RFC V1 6/6] migration: cpr-transfer mode

2024-08-13 Thread Steven Sistare
On 6/30/2024 3:44 PM, Steve Sistare wrote: Add the cpr-transfer migration mode. Usage: [...] @@ -2144,6 +2158,29 @@ void qmp_migrate(const char *uri, bool has_channels, goto out; } +/* + * For cpr-transfer mode, the target first reads CPR state, which cannot + *

[RFC V1 6/6] migration: cpr-transfer mode

2024-06-30 Thread Steve Sistare
Add the cpr-transfer migration mode. Usage: qemu-system-$arch -machine anon-alloc=memfd ... start new QEMU with "-incoming -cpr-uri " Issue commands to old QEMU: migrate_set_parameter mode cpr-transfer migrate_set_parameter cpr-uri migrate -d The migrate command stops the VM, sav