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

2020-02-12 Thread Philippe Mathieu-Daudé
Hi Sven, On 12/20/19 10:15 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 |4 + hw/display/Makefile.objs |1 +

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

2019-12-29 Thread Philippe Mathieu-Daudé
On Fri, Dec 27, 2019 at 9:58 PM Helge Deller wrote: > On 24.12.19 01:18, Philippe Mathieu-Daudé wrote: > > On 12/23/19 6:50 PM, Sven Schnelle wrote: > >> Hi Philippe, > >> > >> On Sun, Dec 22, 2019 at 01:37:48PM +0100, Philippe Mathieu-Daudé wrote: > +if (vga_interface_type != VGA_NONE)

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

2019-12-27 Thread Helge Deller
On 24.12.19 01:18, Philippe Mathieu-Daudé wrote: > On 12/23/19 6:50 PM, Sven Schnelle wrote: >> Hi Philippe, >> >> On Sun, Dec 22, 2019 at 01:37:48PM +0100, Philippe Mathieu-Daudé wrote:   +    if (vga_interface_type != VGA_NONE) { +    dev = qdev_create(NULL, "artist"); +   

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

2019-12-23 Thread Philippe Mathieu-Daudé
On 12/23/19 6:50 PM, Sven Schnelle wrote: Hi Philippe, On Sun, Dec 22, 2019 at 01:37:48PM +0100, Philippe Mathieu-Daudé wrote: +if (vga_interface_type != VGA_NONE) { +dev = qdev_create(NULL, "artist"); +qdev_init_nofail(dev); +s = SYS_BUS_DEVICE(dev); +sys

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

2019-12-23 Thread Sven Schnelle
Hi Philippe, On Sun, Dec 22, 2019 at 01:37:48PM +0100, Philippe Mathieu-Daudé wrote: > > > > +if (vga_interface_type != VGA_NONE) { > > +dev = qdev_create(NULL, "artist"); > > +qdev_init_nofail(dev); > > +s = SYS_BUS_DEVICE(dev); > > +sysbus_mmio_map(s, 0, LAS

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

2019-12-22 Thread Philippe Mathieu-Daudé
On 12/20/19 10:15 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 |4 + > hw/display/Makefile.objs |1 +

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

2019-12-20 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 | 1450 +