cryptospore / rpms / qemu-kvm

Forked from rpms/qemu-kvm 2 years ago
Clone
77609c
From 77d18ece20f69ff1e1f6afd4b2d8cf2a1f252f3a Mon Sep 17 00:00:00 2001
a83cc2
From: Gerd Hoffmann <kraxel@redhat.com>
77609c
Date: Mon, 20 Sep 2021 03:46:51 -0400
a83cc2
Subject: [PATCH 1/2] disable sga device
a83cc2
MIME-Version: 1.0
a83cc2
Content-Type: text/plain; charset=UTF-8
a83cc2
Content-Transfer-Encoding: 8bit
a83cc2
77609c
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
77609c
RH-MergeRequest: 44: Apply RHEL 9.0.0 Beta fixes to RHEL 9.0.0
77609c
RH-Commit: [1/2] 3d8e1b51b496175de71162c612abbd64adbcb9e5 (mrezanin/centos-src-qemu-kvm)
77609c
RH-Bugzilla: 2000845
a83cc2
RH-Acked-by: Daniel P. Berrangé <berrange@redhat.com>
77609c
RH-Acked-by: Gerd Hoffmann <kraxel@redhat.com>
a83cc2
77609c
Disabling sga device we are going to not support anymore.
a83cc2
a83cc2
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
77609c
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
a83cc2
---
77609c
 configs/devices/x86_64-softmmu/x86_64-rh-devices.mak | 1 -
a83cc2
 1 file changed, 1 deletion(-)
a83cc2
77609c
diff --git a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
77609c
index 24b96ba0c4..20c2991941 100644
77609c
--- a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
77609c
+++ b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
77609c
@@ -67,7 +67,6 @@ CONFIG_SERIAL=y
a83cc2
 CONFIG_SERIAL_ISA=y
a83cc2
 CONFIG_SERIAL_PCI=y
a83cc2
 CONFIG_SEV=y
a83cc2
-CONFIG_SGA=y
a83cc2
 CONFIG_SMBIOS=y
a83cc2
 CONFIG_SMBUS_EEPROM=y
a83cc2
 CONFIG_TEST_DEVICES=y
a83cc2
-- 
a83cc2
2.27.0
a83cc2