qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 7/8] hw/i386: The 'isapc' machine is built around a


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH 7/8] hw/i386: The 'isapc' machine is built around a PIIX3 southbridge
Date: Mon, 11 Mar 2019 00:53:50 +0100

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 hw/i386/Kconfig | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
index f6b74e2dc0..56e72abb8c 100644
--- a/hw/i386/Kconfig
+++ b/hw/i386/Kconfig
@@ -52,8 +52,6 @@ config I440FX
     select PC_PCI
     select PC_ACPI
     select ACPI_SMBUS
-    select PCI_PIIX
-    select IDE_PIIX
     select DIMM
     select SMBIOS
     select VMPORT
@@ -62,13 +60,12 @@ config I440FX
 
 config ISAPC
     bool
-    select ISA_BUS
     select PC
-    select IDE_ISA
     select VGA_ISA
     # FIXME: it is in the same file as i440fx, and does not compile
     # if separated
     depends on I440FX
+    select PIIX3
     # QEMU isapc weirdness: it uses PIIX3 with ACPI features from PIIX4
     select ACPI_PIIX4
 
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]