hw/hppa: Wire up Diva GSP card
authorHelge Deller <deller@gmx.de>
Tue, 28 Jan 2025 15:18:20 +0000 (16:18 +0100)
committerHelge Deller <deller@gmx.de>
Tue, 4 Feb 2025 21:57:34 +0000 (22:57 +0100)
commitc061efca0b6ea6d11a1d29a8d48835146fec10f7
treeaeeee5aa6bd8a4dad36837b54ea832428f6c7ee5
parent274074708455b25cf05df3ef745d8db7270b9901
hw/hppa: Wire up Diva GSP card

Until now we used a standard serial-pci device to emulate a HP serial
console.  This worked nicely with 32-bit Linux and 32-bit HP-UX, but
64-bit HP-UX crashes with it and expects either a Diva GSP card, or a real
64-bit capable PCI graphic card (which we don't have yet).
In order to continue with 64-bit HP-UX, switch over to the recently
added Diva GSP card emulation.

Signed-off-by: Helge Deller <deller@gmx.de>
hw/hppa/Kconfig
hw/hppa/machine.c