On 10/25/25 18:18, [email protected] wrote:
From: Helge Deller<[email protected]>
Only create the PCI serial ports (DIVA) and PCI network cards when there is
actually a PCI bus. The shortly added 715 machine will not have a PCI bus, so
avoid creating further PCI devices.
v2:
Clean up sequential testing of NULL pointers - as suggested by Richard
Signed-off-by: Helge Deller<[email protected]>
---
hw/hppa/machine.c | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~