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

2019-11-03 Thread Mark Cave-Ayland
On 01/11/2019 21:59, Sven Schnelle wrote: > On Sat, Oct 26, 2019 at 07:54:40PM +0200, Sven Schnelle wrote: >> Hi Mark, >> >> On Sat, Oct 26, 2019 at 10:35:20AM +0100, Mark Cave-Ayland wrote: >> However, the VRAM in Artist is not really exposed to the Host. Instead, there's the Chipset

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

2019-11-03 Thread Sven Schnelle
Hi Mark, On Sun, Nov 03, 2019 at 08:56:43PM +, Mark Cave-Ayland wrote: > On 01/11/2019 21:59, Sven Schnelle wrote: > > > On Sat, Oct 26, 2019 at 07:54:40PM +0200, Sven Schnelle wrote: > >> Hi Mark, > >> > >> On Sat, Oct 26, 2019 at 10:35:20AM +0100, Mark Cave-Ayland wrote: > >> >

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

2019-11-01 Thread Sven Schnelle
Hi Mark, On Sat, Oct 26, 2019 at 07:54:40PM +0200, Sven Schnelle wrote: > Hi Mark, > > On Sat, Oct 26, 2019 at 10:35:20AM +0100, Mark Cave-Ayland wrote: > > > > However, the VRAM in Artist is not really exposed to the Host. Instead, > > > there's the Chipset inbetween that can do byte swapping

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

2019-10-26 Thread Sven Schnelle
Hi Mark, On Sat, Oct 26, 2019 at 10:35:20AM +0100, Mark Cave-Ayland wrote: > > However, the VRAM in Artist is not really exposed to the Host. Instead, > > there's the Chipset inbetween that can do byte swapping (Colormap is LE, > > VRAM is BE) and Bit-to-Byte/Word/Dword conversion. For example

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

2019-10-26 Thread Philippe Mathieu-Daudé
Hi Sven, On 10/22/19 10:59 PM, 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 |3 + hw/display/Makefile.objs |1 +

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

2019-10-26 Thread Mark Cave-Ayland
On 25/10/2019 10:31, Sven Schnelle wrote: > Hi Mark, > > On Thu, Oct 24, 2019 at 09:51:31PM +0100, Mark Cave-Ayland wrote: > >> On 22/10/2019 21:59, Sven Schnelle wrote: >> >>> This adds emulation of Artist graphics good enough >>> to get a Text console on both Linux and HP-UX. The >>> X11

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

2019-10-25 Thread Sven Schnelle
Hi Mark, On Thu, Oct 24, 2019 at 09:51:31PM +0100, Mark Cave-Ayland wrote: > On 22/10/2019 21:59, 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 v3 5/6] hppa: Add emulation of Artist graphics

2019-10-24 Thread Mark Cave-Ayland
On 22/10/2019 21:59, 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 |3 + > hw/display/Makefile.objs |1

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

2019-10-22 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 |3 + hw/display/Makefile.objs |1 + hw/display/artist.c | 1336