thebeanogamer / rpms / qemu-kvm

Forked from rpms/qemu-kvm 6 months ago
Clone

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

77609c
From c0fa5e8ad618a980752f7053de4d4fedd46b5b53 Mon Sep 17 00:00:00 2001
77609c
From: Eric Auger <eric.auger@redhat.com>
77609c
Date: Tue, 12 Oct 2021 17:53:07 +0200
77609c
Subject: [PATCH] hw: arm: virt: Add hw_compat_rhel_8_5 to 8.5 machine type
77609c
77609c
RH-Author: Eric Auger <eric.auger@redhat.com>
77609c
RH-MergeRequest: 48: hw: arm: virt: Add hw_compat_rhel_8_5 to 8.5 machine type
77609c
RH-Commit: [1/1] f4230d3bbd94beb44afb23cb0d1561ff2bc71340 (eauger1/centos-qemu-kvm)
77609c
RH-Bugzilla: 1998942
77609c
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
77609c
RH-Acked-by: Gavin Shan <gshan@redhat.com>
77609c
RH-Acked-by: Andrew Jones <drjones@redhat.com>
77609c
77609c
branch: c9s
77609c
Upstream: no
77609c
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=40295089
77609c
77609c
Add hw_compat_rhel_8_5 to rhel8.5 virt options.
77609c
77609c
Signed-off-by: Eric Auger <eric.auger@redhat.com>
77609c
---
77609c
 hw/arm/virt.c | 1 +
77609c
 1 file changed, 1 insertion(+)
77609c
77609c
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
77609c
index 9e7cb687dc..79286c40ec 100644
77609c
--- a/hw/arm/virt.c
77609c
+++ b/hw/arm/virt.c
77609c
@@ -3148,5 +3148,6 @@ type_init(rhel_machine_init);
77609c
 static void rhel850_virt_options(MachineClass *mc)
77609c
 {
77609c
     compat_props_add(mc->compat_props, arm_rhel_compat, arm_rhel_compat_len);
77609c
+    compat_props_add(mc->compat_props, hw_compat_rhel_8_5, hw_compat_rhel_8_5_len);
77609c
 }
77609c
 DEFINE_RHEL_MACHINE_AS_LATEST(8, 5, 0)
77609c
-- 
77609c
2.27.0
77609c