From: Thomas Huth Date: Tue, 30 May 2023 10:20:41 +0000 (+0200) Subject: hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCI X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9ec08f3569be3bc8bfd4d9b8b0445b9136910661;p=qemu.git hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCI The PowerMacs have an OHCI controller soldered on the motherboard, so this should always be enabled for the "mac99" machine. This fixes the problem that QEMU aborts when the user tries to run the "mac99" machine with a build that has been compiled with the "--without-default-devices" configure switch. Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Reviewed-by: Mark Cave-Ayland Message-Id: <20230530102041.55527-1-thuth@redhat.com> Signed-off-by: Daniel Henrique Barboza --- diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig index a689d9b219..5dfbf47ef5 100644 --- a/hw/ppc/Kconfig +++ b/hw/ppc/Kconfig @@ -115,6 +115,7 @@ config MAC_NEWWORLD select MAC_PMU select UNIN_PCI select FW_CFG_PPC + select USB_OHCI_PCI config E500 bool