Blame SOURCES/0018-Addd-7.2-compat-bits-for-RHEL-9.1-machine-type.patch
|
 |
ed5979 |
From 21ed34787b9492c2cfe3d8fc12a32748bcf02307 Mon Sep 17 00:00:00 2001
|
|
 |
ed5979 |
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
 |
ed5979 |
Date: Wed, 9 Nov 2022 07:08:32 -0500
|
|
 |
ed5979 |
Subject: Addd 7.2 compat bits for RHEL 9.1 machine type
|
|
 |
ed5979 |
|
|
 |
ed5979 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
 |
ed5979 |
---
|
|
 |
ed5979 |
hw/core/machine.c | 2 ++
|
|
 |
ed5979 |
1 file changed, 2 insertions(+)
|
|
 |
ed5979 |
|
|
 |
ed5979 |
diff --git a/hw/core/machine.c b/hw/core/machine.c
|
|
 |
ed5979 |
index 9edec1ca05..3d851d34da 100644
|
|
 |
ed5979 |
--- a/hw/core/machine.c
|
|
 |
ed5979 |
+++ b/hw/core/machine.c
|
|
 |
ed5979 |
@@ -54,6 +54,8 @@ GlobalProperty hw_compat_rhel_9_1[] = {
|
|
 |
ed5979 |
{ "arm-gicv3-common", "force-8-bit-prio", "on" },
|
|
 |
ed5979 |
/* hw_compat_rhel_9_1 from hw_compat_7_0 */
|
|
 |
ed5979 |
{ "nvme-ns", "eui64-default", "on"},
|
|
 |
ed5979 |
+ /* hw_compat_rhel_9_1 from hw_compat_7_1 */
|
|
 |
ed5979 |
+ { "virtio-device", "queue_reset", "false" },
|
|
 |
ed5979 |
};
|
|
 |
ed5979 |
const size_t hw_compat_rhel_9_1_len = G_N_ELEMENTS(hw_compat_rhel_9_1);
|
|
 |
ed5979 |
|
|
 |
ed5979 |
--
|
|
 |
ed5979 |
2.31.1
|
|
 |
ed5979 |
|