From aa0ad36a56cbc0528306e47112081b0db124e512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 5 Jun 2024 10:28:20 +0400 Subject: [PATCH 3/4] rhel 9.4.0 machine type compat for virtio-gpu migration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RH-Author: Marc-André Lureau RH-MergeRequest: 377: virtio-gpu: fix scanout migration post-load RH-Jira: RHEL-36181 RH-Acked-by: Peter Xu RH-Acked-by: Miroslav Rezanina RH-Commit: [3/3] 270e932e04eb2d730550f3a56b53cbb17f5e66f8 Jira: https://issues.redhat.com/browse/RHEL-36181 Signed-off-by: Marc-André Lureau --- hw/core/machine.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/core/machine.c b/hw/core/machine.c index a0843ab93e..c8c460c916 100644 --- a/hw/core/machine.c +++ b/hw/core/machine.c @@ -81,6 +81,8 @@ GlobalProperty hw_compat_rhel_9_4[] = { { "igb", "x-pcie-flr-init", "off" }, /* hw_compat_rhel_9_4 jira RHEL-24045 */ { "virtio-mem", "dynamic-memslots", "off" }, + /* hw_compat_rhel_9_4 from hw_compat_8_1 */ + { "virtio-gpu-device", "x-scanout-vmstate-version", "1" }, }; const size_t hw_compat_rhel_9_4_len = G_N_ELEMENTS(hw_compat_rhel_9_4); -- 2.39.3