From aa889f73044ca0566a77e9980a371cc99b7939b6 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Sat, 16 Mar 2019 21:08:06 +0100 Subject: hw/isa/Kconfig: i82378 SuperIO requires PC speaker device This fixes when configuring with --without-default-devices: $ qemu-system-ppc -M prep qemu-system-ppc: Machine type 'prep' is deprecated: use 40p machine type instead qemu-system-ppc: Unknown device 'isa-pcspk' for bus 'ISA' Fixes: dd0ff8191ab Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20190316200818.8265-3-philmd@redhat.com> --- hw/isa/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/isa') diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 57e09a0cb8..c9a26c7c52 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -11,6 +11,7 @@ config I82378 select I8254 select I82374 select MC146818RTC + select PCSPK config PC87312 bool -- cgit v1.2.3-55-g7522 From fa80da7b6984f3a32632da81baea8d4c0c6df68d Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Sat, 16 Mar 2019 21:08:05 +0100 Subject: hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI This fixes when configuring with --without-default-devices: $ qemu-system-mips64 -bios /dev/null -M malta qemu-system-mips64: Unknown device 'piix4-usb-uhci' for bus 'PCI' Fixes: 7c28b925b7e Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20190316200818.8265-2-philmd@redhat.com> --- hw/isa/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/isa') diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index c9a26c7c52..6db0d7970c 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -30,6 +30,7 @@ config PIIX4 # For historical reasons, SuperIO devices are created in the board # for PIIX4. select ISA_BUS + select USB_UHCI config VT82C686 bool -- cgit v1.2.3-55-g7522