[PATCH v4 5/6] hppa: Add emulation of Artist graphics

2019-11-03 Thread Sven Schnelle
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 +

Re: [PATCH v4 5/6] hppa: Add emulation of Artist graphics

2019-12-18 Thread Richard Henderson
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 +

Re: [PATCH v4 5/6] hppa: Add emulation of Artist graphics

2019-12-19 Thread Helge Deller
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

Re: [PATCH v4 5/6] hppa: Add emulation of Artist graphics

2019-12-20 Thread Helge Deller
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

Re: [PATCH v4 5/6] hppa: Add emulation of Artist graphics

2019-12-20 Thread Sven Schnelle
Hi, On Fri, Dec 20, 2019 at 05:36:36PM +0100, Helge Deller wrote: > 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 Lin