On 12/01/2025 15.34, Michael Tokarev wrote:
09.01.2025 21:52, Fabiano Rosas wrote:
Commit a55ae46683 ("s390: move css_migration_enabled from machine to
css.c") disabled CSS migration globally instead of doing it
per-instance.
CC: Paolo Bonzini <[email protected]>
CC: [email protected] #9.1
Fixes: a55ae46683 ("s390: move css_migration_enabled from machine to css.c")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2704
Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: Fabiano Rosas <[email protected]>
Message-Id: <[email protected]>
And this one causes s390x-migration-test failure on 9.2 on s390x.
While this test succeeds on x86_64.
https://gitlab.com/qemu-project/qemu/-/jobs/8829799108
Help? :)
That looks like the script error that should be fixed by patch 3/7, I think?
You likely need that patch, too...
Thomas