On 20.12.19 08:26, Helge Deller wrote: > On 19.12.19 01:28, Richard Henderson wrote: >> On 11/3/19 10:56 AM, Sven Schnelle wrote: >>> 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. >>> >>> Signed-off-by: Sven Schnelle >>> --- >>> hw/display/Kconfig | 4 + >>> hw/display/Makefile.objs | 1 + >>> hw/display/artist.c | 1449 ++++++++++++++++++++++++++++++++++++++ >>> hw/display/trace-events | 9 + >>> hw/hppa/Kconfig | 1 + >>> hw/hppa/hppa_hardware.h | 1 + >>> hw/hppa/machine.c | 9 + >>> 7 files changed, 1474 insertions(+) >>> create mode 100644 hw/display/artist.c >> >> Seems to have some problems rebased upon master: >> >> ... > > Richard, the attached patch (for seabios-hppa) fixes it for me. > Can you test as well? > It fixes the sti text column to go out-of-range and thus outside the framebuffer memory. The attached patch is even better. It always wraps to the next line (or scrolls the screen if necessary) if the end of the line has been reached. Helge