]> git.proxmox.com Git - mirror_qemu.git/commit - hw/hppa/machine.c
hppa: Add emulation of Artist graphics
authorSven Schnelle <svens@stackframe.org>
Fri, 20 Dec 2019 21:15:11 +0000 (22:15 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Jan 2020 18:49:51 +0000 (10:49 -0800)
commit4765384ce33dd7dec6e4419616cddfee5358571a
treedd3a9bbffa60f51b0605d6cb97e02df7199a2c2d
parent346e78f6d6d06304390311c098e3d29b9427d1c4
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>
hw/display/Kconfig
hw/display/Makefile.objs
hw/display/artist.c [new file with mode: 0644]
hw/display/trace-events
hw/hppa/Kconfig
hw/hppa/hppa_hardware.h
hw/hppa/machine.c
tests/qtest/boot-serial-test.c