[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH 01/14] hw/isa/Kconfig: PIIX4 southbridge requires US
From: |
Philippe Mathieu-Daudé |
Subject: |
[qemu-s390x] [PATCH 01/14] hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI |
Date: |
Sat, 16 Mar 2019 21:08:05 +0100 |
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é <address@hidden>
---
hw/isa/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
index 57e09a0cb8..c942b47d03 100644
--- a/hw/isa/Kconfig
+++ b/hw/isa/Kconfig
@@ -29,6 +29,7 @@ config PIIX4
# For historical reasons, SuperIO devices are created in the board
# for PIIX4.
select ISA_BUS
+ select USB_UHCI
config VT82C686
bool
--
2.20.1
- [qemu-s390x] [PATCH 10/14] hw/s390x/Kconfig: s390x machines require virtio-net-ccw device, (continued)
[qemu-s390x] [PATCH 14/14] hw/alpha/Kconfig: DP264 hardware requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 04/14] hw/i386/Kconfig: isapc machine requires VGA display, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 01/14] hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI,
Philippe Mathieu-Daudé <=
[qemu-s390x] [PATCH 03/14] hw/i386/Kconfig: Q35 machine requires e1000e network card, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 02/14] hw/isa/Kconfig: i82378 SuperIO requires PC speaker device, Philippe Mathieu-Daudé, 2019/03/16
Re: [qemu-s390x] [Qemu-devel] [PATCH 00/14] hw/Kconfig: Fixes when running ./configure --without-default-devices, Paolo Bonzini, 2019/03/19