- qga/win32: Use rundll for VSS installation - qga/win32: Remove change action from MSI installer - ide: Increment BB in-flight counter for TRIM BH - hw/pci-bridge/pxb: Fix missing swizzle - host-vdpa: make notifiers _init()/_uninit() symmetric - hw/virtio: vdpa: Fix leak of host-notifier memory-region - accel/tcg/cpu-exec: Fix precise single-stepping after interrupt - Allow setting up to 8 bytes with the generic loader - hw/net/virtio-net: make some VirtIONet const - accel/tcg: Optimize jump cache flush during tlb range flush - 9pfs: prevent opening special files (CVE-2023-2861) - tcg: Reduce tcg_assert_listed_vecop() scope - gitlab: Disable plugins for cross-i386-tci - vfio/pci: Fix a segfault in vfio_realize - block/iscsi: fix double-free on BUSY or similar statuses - tests/tcg: fix unused variable in linux-test - hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value - qga/vss-win32: fix warning for clang++-15 - vnc: avoid underflow when accessing user-provided address - block/monitor: Fix crash when executing HMP commit - virtio-gpu: add a FIXME for virtio_gpu_load() - hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCI - migration: report compress thread pid to libvirt Signed-off-by: Jiabo Feng <fengjiabo1@huawei.com>
44 lines
1.4 KiB
Diff
44 lines
1.4 KiB
Diff
From f2ee3b11fc10dd5353beb8efca7d919668dd332c Mon Sep 17 00:00:00 2001
|
|
From: qihao <qihao@cmss.chinamobile.com>
|
|
Date: Mon, 26 Jun 2023 11:04:33 +0800
|
|
Subject: [PATCH] hw/ppc/Kconfig: MAC_NEWWORLD should always select
|
|
USB_OHCI_PCI
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
cheery-pick 9ec08f3569be3bc8bfd4d9b8b0445b9136910661
|
|
|
|
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 <thuth@redhat.com>
|
|
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
|
|
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|
|
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
|
|
Message-Id: <20230530102041.55527-1-thuth@redhat.com>
|
|
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
|
|
Signed-off-by: qihao_yewu <qihao_yewu@cmss.chinamobile.com>
|
|
---
|
|
hw/ppc/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig
|
|
index 400511c6b7..9e0b7184e3 100644
|
|
--- a/hw/ppc/Kconfig
|
|
+++ b/hw/ppc/Kconfig
|
|
@@ -119,6 +119,7 @@ config MAC_NEWWORLD
|
|
select MAC_PMU
|
|
select UNIN_PCI
|
|
select FW_CFG_PPC
|
|
+ select USB_OHCI_PCI
|
|
|
|
config E500
|
|
bool
|
|
--
|
|
2.41.0.windows.1
|
|
|