94823a58de
- Rebase to QEMU 9.0.0 [RHEL-28852] - Resolves: RHEL-28852 (Rebase qemu-kvm to QEMU 9.0.0 for RHEL 10.0 beta) - Resolves: RHEL-23771 ([qemu-kvm] Disable passthrough of pmem device) - Resolves: RHEL-34024 (Remove RDMA migration support - Resolves: RHEL-30366 (Check/fix machine type compatibility for QEMU 9.0.0 [x86_64][rhel-10.0 Beta]) - Resolves: RHEL-30367 (Check/fix machine type compatibility for QEMU 9.0.0 [aarch64][rhel-10.0 Beta])
30 lines
847 B
Diff
30 lines
847 B
Diff
From f24c7a1feef2a6f153582c06f10871b78a014bf1 Mon Sep 17 00:00:00 2001
|
|
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
Date: Fri, 26 Apr 2024 05:58:31 -0400
|
|
Subject: Disable FDC devices
|
|
|
|
---
|
|
configs/devices/x86_64-softmmu/x86_64-rh-devices.mak | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
|
|
index d60ff1bcfc..ee75bb4c21 100644
|
|
--- a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
|
|
+++ b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
|
|
@@ -19,9 +19,9 @@ CONFIG_DIMM=y
|
|
CONFIG_E1000E_PCI_EXPRESS=y
|
|
CONFIG_E1000_PCI=y
|
|
CONFIG_EDU=y
|
|
-CONFIG_FDC=y
|
|
-CONFIG_FDC_SYSBUS=y
|
|
-CONFIG_FDC_ISA=y
|
|
+#CONFIG_FDC=y
|
|
+#CONFIG_FDC_SYSBUS=y
|
|
+#CONFIG_FDC_ISA=y
|
|
CONFIG_FW_CFG_DMA=y
|
|
CONFIG_HDA=y
|
|
CONFIG_HYPERV=y
|
|
--
|
|
2.39.3
|
|
|