From: deller@kernel.org
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: Anton Johansson <anjo@rev.ng>, Helge Deller <deller@gmx.de>
Subject: [PULL 1/4] hw/hppa: Add BMC on 64-bit machines only
Date: Thu, 19 Feb 2026 13:44:05 +0100 [thread overview]
Message-ID: <20260219124408.3515-2-deller@kernel.org> (raw)
In-Reply-To: <20260219124408.3515-1-deller@kernel.org>
From: Helge Deller <deller@gmx.de>
Prevent adding the BMC with it's serial ports on 32-bit machines, even
if they have a PCI bus like the B160L. This fixes boot problems with
HP-UX on B160L.
Signed-off-by: Helge Deller <deller@gmx.de>
Fixes: 557bc5260cfd ("hw/hppa: PCI devices depend on availability of PCI bus")
Cc: qemu-stable@nongnu.org
Reviewed-by: Anton Johansson <anjo@rev.ng>
---
hw/hppa/machine.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/hppa/machine.c b/hw/hppa/machine.c
index c3680667ae..d6aeb793c0 100644
--- a/hw/hppa/machine.c
+++ b/hw/hppa/machine.c
@@ -376,7 +376,9 @@ static void machine_HP_common_init_tail(MachineState *machine, PCIBus *pci_bus,
if (pci_bus) {
pci_init_nic_devices(pci_bus, mc->default_nic);
+ }
+ if (pci_bus && hppa_is_pa20(&cpu[0]->env)) {
/* BMC board: HP Diva GSP PCI card */
dev = qdev_new("diva-gsp");
if (dev && !object_property_get_bool(OBJECT(dev), "disable", NULL)) {
--
2.53.0
next prev parent reply other threads:[~2026-02-19 12:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-19 12:44 [PULL 0/4] Hppa a400 patches deller
2026-02-19 12:44 ` deller [this message]
2026-02-19 12:44 ` [PULL 3/4] hw/hppa: Require SeaBIOS version 22 for A400 machine deller
2026-02-19 12:44 ` [PULL 4/4] hw/hppa: Add emulation for the 64-bit A400 server deller
2026-02-23 9:54 ` [PULL 0/4] Hppa a400 patches Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260219124408.3515-2-deller@kernel.org \
--to=deller@kernel.org \
--cc=anjo@rev.ng \
--cc=deller@gmx.de \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.