]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus
authorBALATON Zoltan <balaton@eik.bme.hu>
Thu, 11 Apr 2024 19:24:43 +0000 (21:24 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 16 Apr 2024 14:27:52 +0000 (17:27 +0300)
commit1a78b89bcfd1a9d98130049d63230dff8dd164bc
treec0f7ae652779c55890c58982447961b2bd492586
parentdd784cb65dbcf1f5221e76db4d921ccbfb859493
hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus

Real 460EX SoC apparently does not expose a bridge device and having
it appear on PCI bus confuses an AmigaOS file system driver that uses
this to detect which machine it is running on.

Cc: qemu-stable@nongnu.org
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240411192443.B4D644E6026@zero.eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
(cherry picked from commit 6e4aceba2079e3df42edc89d44f4ee02343bb09e)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/ppc/ppc440_pcix.c