]> www.infradead.org Git - users/dwmw2/qemu.git/commit
s390x: Fix CSS migration
authorFabiano Rosas <farosas@suse.de>
Thu, 9 Jan 2025 18:52:49 +0000 (15:52 -0300)
committerFabiano Rosas <farosas@suse.de>
Thu, 9 Jan 2025 20:40:03 +0000 (17:40 -0300)
commitc76ee1f6255c3988a9447d363bb17072f1ec84e1
treefe6e6f1eabd8e607f717286222d22796f3d63883
parent35049eb0d2fc72bb8c563196ec75b4d6c13fce02
s390x: Fix CSS migration

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 <pbonzini@redhat.com>
CC: qemu-stable@nongnu.org #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 <thuth@redhat.com>
Message-Id: <20250109185249.23952-8-farosas@suse.de>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
hw/s390x/s390-virtio-ccw.c