mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00

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>
23 lines
443 B
Text
23 lines
443 B
Text
config HPPA_B160L
|
|
bool
|
|
default y
|
|
depends on HPPA
|
|
imply PCI_DEVICES
|
|
imply E1000_PCI
|
|
imply USB_OHCI_PCI
|
|
imply VIRTIO_VGA
|
|
select ASTRO
|
|
select DINO
|
|
select LASI
|
|
select SERIAL_MM
|
|
select SERIAL_PCI
|
|
select DIVA_GSP
|
|
select ISA_BUS
|
|
select I8259
|
|
select IDE_CMD646
|
|
select MC146818RTC
|
|
select LSI_SCSI_PCI
|
|
select LASI_82596
|
|
select LASIPS2
|
|
select PARALLEL
|
|
select ARTIST
|