Blame SOURCES/kvm-hw-arm-virt-Add-hw_compat_rhel_8_5-to-8.5-machine-ty.patch

f68d21
From 86e3057c0a6ca9b032b27da95f466cc617f39685 Mon Sep 17 00:00:00 2001
f68d21
From: Eric Auger <eric.auger@redhat.com>
f68d21
Date: Tue, 12 Oct 2021 17:45:08 +0200
f68d21
Subject: [PATCH 2/2] hw: arm: virt: Add hw_compat_rhel_8_5 to 8.5 machine type
f68d21
f68d21
RH-Author: Eric Auger <eric.auger@redhat.com>
f68d21
RH-MergeRequest: 50: hw: arm: virt: Add hw_compat_rhel_8_5 to 8.5 machine type
f68d21
RH-Commit: [1/1] 36829fd07764be52b3af52e58f6d6fce50d1d10e
f68d21
RH-Bugzilla: 1998947
f68d21
RH-Acked-by: Stefano Garzarella <sgarzare@redhat.com>
f68d21
RH-Acked-by: Gavin Shan <gshan@redhat.com>
f68d21
RH-Acked-by: Andrew Jones <drjones@redhat.com>
f68d21
f68d21
branch: rhel-8.6.0
f68d21
upstream: no
f68d21
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=40294321
f68d21
f68d21
Add hw_compat_rhel_8_5 to rhel8.5 virt options.
f68d21
f68d21
Signed-off-by: Eric Auger <eric.auger@redhat.com>
f68d21
---
f68d21
 hw/arm/virt.c | 1 +
f68d21
 1 file changed, 1 insertion(+)
f68d21
f68d21
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
f68d21
index 07f9e64b23..4d1fd970fc 100644
f68d21
--- a/hw/arm/virt.c
f68d21
+++ b/hw/arm/virt.c
f68d21
@@ -3143,6 +3143,7 @@ type_init(rhel_machine_init);
f68d21
 static void rhel850_virt_options(MachineClass *mc)
f68d21
 {
f68d21
     compat_props_add(mc->compat_props, arm_rhel_compat, arm_rhel_compat_len);
f68d21
+    compat_props_add(mc->compat_props, hw_compat_rhel_8_5, hw_compat_rhel_8_5_len);
f68d21
 }
f68d21
 DEFINE_RHEL_MACHINE_AS_LATEST(8, 5, 0)
f68d21
 
f68d21
-- 
f68d21
2.27.0
f68d21