Re: [PATCH] qemu: fix switchover-ack regression for old qemu

2024-06-27 Thread Jiri Denemark
On Thu, Jun 27, 2024 at 11:11:56 -0700, Jon Kohler wrote: > When enabling switchover-ack on qemu from libvirt, the .party value > was set to both source and target; however, qemuMigrationParamsCheck() > only takes that into account to validate that the remote side of the > migration supports the fl

[PATCH] qemu: fix switchover-ack regression for old qemu

2024-06-27 Thread Jon Kohler
When enabling switchover-ack on qemu from libvirt, the .party value was set to both source and target; however, qemuMigrationParamsCheck() only takes that into account to validate that the remote side of the migration supports the flag if it is marked optional or auto/always on. In the case of swi