mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hppa: Add emulation of Artist graphics
This adds emulation of Artist graphics good enough to get a text console on both Linux and HP-UX. The X11 server from HP-UX also works. Adjust boot-serial-test to disable graphics, so that SeaBIOS outputs to the serial port, as expected by the test. Signed-off-by: Sven Schnelle <svens@stackframe.org> Message-Id: <20191220211512.3289-6-svens@stackframe.org> [rth: Merge Helge's test for machine->enable_graphics] Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
346e78f6d6
commit
4765384ce3
8 changed files with 1482 additions and 1 deletions
|
@ -91,6 +91,10 @@ config TCX
|
|||
config CG3
|
||||
bool
|
||||
|
||||
config ARTIST
|
||||
bool
|
||||
select FRAMEBUFFER
|
||||
|
||||
config VGA
|
||||
bool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue