yeahuh / rpms / qemu-kvm

Forked from rpms/qemu-kvm 2 years ago
Clone
a83cc2
From e2bb4b752d68856c4c307640ae310f47f680aed6 Mon Sep 17 00:00:00 2001
a83cc2
From: Gerd Hoffmann <kraxel@redhat.com>
a83cc2
Date: Fri, 20 Aug 2021 10:21:07 +0200
a83cc2
Subject: [PATCH 2/4] disable ac97 audio
a83cc2
MIME-Version: 1.0
a83cc2
Content-Type: text/plain; charset=UTF-8
a83cc2
Content-Transfer-Encoding: 8bit
a83cc2
a83cc2
RH-Author: Gerd Hoffmann <kraxel@redhat.com>
a83cc2
RH-MergeRequest: 39: disable ac97 audio
a83cc2
RH-Commit: [1/1] 5d1bd969d20f960cb0a023f0d6cd1ae5adda22e6 (kraxel/centos-qemu-kvm)
a83cc2
RH-Bugzilla: 1995819
a83cc2
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
a83cc2
RH-Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
a83cc2
RH-Acked-by: Thomas Huth <thuth@redhat.com>
a83cc2
a83cc2
RH-Bugzilla: 1995819
a83cc2
a83cc2
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
a83cc2
---
a83cc2
 default-configs/devices/x86_64-rh-devices.mak | 1 -
a83cc2
 1 file changed, 1 deletion(-)
a83cc2
a83cc2
diff --git a/default-configs/devices/x86_64-rh-devices.mak b/default-configs/devices/x86_64-rh-devices.mak
a83cc2
index c2dd112f81..8ae2747bf6 100644
a83cc2
--- a/default-configs/devices/x86_64-rh-devices.mak
a83cc2
+++ b/default-configs/devices/x86_64-rh-devices.mak
a83cc2
@@ -1,6 +1,5 @@
a83cc2
 include rh-virtio.mak
a83cc2
 
a83cc2
-CONFIG_AC97=y
a83cc2
 CONFIG_ACPI=y
a83cc2
 CONFIG_ACPI_PCI=y
a83cc2
 CONFIG_ACPI_CPU_HOTPLUG=y
a83cc2
-- 
a83cc2
2.27.0
a83cc2