diff options
author | Sven Schnelle | 2019-12-20 22:15:11 +0100 |
---|---|---|
committer | Richard Henderson | 2020-01-27 19:49:51 +0100 |
commit | 4765384ce33dd7dec6e4419616cddfee5358571a (patch) | |
tree | dd3a9bbffa60f51b0605d6cb97e02df7199a2c2d /hw/display/Makefile.objs | |
parent | seabios-hppa: update to latest version (diff) | |
download | qemu-4765384ce33dd7dec6e4419616cddfee5358571a.tar.gz qemu-4765384ce33dd7dec6e4419616cddfee5358571a.tar.xz qemu-4765384ce33dd7dec6e4419616cddfee5358571a.zip |
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>
Diffstat (limited to 'hw/display/Makefile.objs')
-rw-r--r-- | hw/display/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/Makefile.objs b/hw/display/Makefile.objs index f2182e3bef..5f03dfdcc4 100644 --- a/hw/display/Makefile.objs +++ b/hw/display/Makefile.objs @@ -40,6 +40,7 @@ common-obj-$(CONFIG_SM501) += sm501.o common-obj-$(CONFIG_TCX) += tcx.o common-obj-$(CONFIG_CG3) += cg3.o common-obj-$(CONFIG_NEXTCUBE) += next-fb.o +common-obj-$(CONFIG_ARTIST) += artist.o obj-$(CONFIG_VGA) += vga.o |