From 8be260b07df50891463e6efbd45f84b1b8323983 Mon Sep 17 00:00:00 2001 From: Greg Kurz Date: Mon, 10 May 2021 15:37:39 -0400 Subject: [PATCH 07/15] redhat: add missing entries in hw_compat_rhel_8_4 RH-Author: Miroslav Rezanina RH-MergeRequest: 5: Synchronize RHEL-AV 8.5 release 18 to RHEL 9 Beta RH-Commit: [2/12] 69b6e4dff872478b6d0b09b2587f55967e1c9740 (mrezanin/centos-src-qemu-kvm) RH-Bugzilla: 1957194 RH-Acked-by: Danilo Cesar Lemes de Paula RH-Acked-by: Cornelia Huck RH-Acked-by: Greg Kurz RH-Acked-by: Laurent Vivier Some entries from hw_compat_5_2 were missing. Signed-off-by: Cornelia Huck Signed-off-by: Greg Kurz Signed-off-by: Danilo C. L. de Paula Signed-off-by: Miroslav Rezanina --- hw/core/machine.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/core/machine.c b/hw/core/machine.c index 848e7fdff6..c665e869de 100644 --- a/hw/core/machine.c +++ b/hw/core/machine.c @@ -44,6 +44,10 @@ GlobalProperty hw_compat_rhel_8_4[] = { { "ICH9-LPC", "smm-compat", "on"}, /* hw_compat_rhel_8_4 from hw_compat_5_2 */ { "PIIX4_PM", "smm-compat", "on"}, + /* hw_compat_rhel_8_4 from hw_compat_5_2 */ + { "virtio-blk-device", "report-discard-granularity", "off" }, + /* hw_compat_rhel_8_4 from hw_compat_5_2 */ + { "virtio-net-pci", "vectors", "3"}, }; const size_t hw_compat_rhel_8_4_len = G_N_ELEMENTS(hw_compat_rhel_8_4); -- 2.27.0