On Tue, Jun 09, 2026 at 10:58:05AM +0300, Avihai Horon wrote:
> diff --git a/hw/core/machine.c b/hw/core/machine.c
> index 4d8b15d99e..8219f13779 100644
> --- a/hw/core/machine.c
> +++ b/hw/core/machine.c
> @@ -43,6 +43,7 @@ GlobalProperty hw_compat_11_0[] = {
> { "chardev-vc", "encoding", "cp437" },
> { "tpm-crb", "cap-chunk", "off" },
> { "tpm-crb", "x-allow-chunk-migration", "off" },
> + { "migration", "switchover-ack-legacy", "on" },
> };
This line needs to be moved to the last patch, or people will get very
confused on last patch flipping default without caring about old behavior..
After move, feel free to take:
Reviewed-by: Peter Xu <[email protected]>
PS: If Cédric feels comfortable updating that while queuing it'll be fine
too.
--
Peter Xu