Re: [PATCH 1/2] hppa: Do not enable artist graphics with -nographic option

2019-12-28 Thread Richard Henderson
On 12/22/19 9:24 AM, Helge Deller wrote: > When qemu was started with the -nographic option, do not enable the > artist graphic card emulation. > > Signed-off-by: Helge Deller Squashed into Sven's patch. r~

Re: [PATCH 1/2] hppa: Do not enable artist graphics with -nographic option

2019-12-22 Thread Helge Deller
Hi Sven, On 22.12.19 09:39, Sven Schnelle wrote: > On Sat, Dec 21, 2019 at 11:24:02PM +0100, Helge Deller wrote: >> When qemu was started with the -nographic option, do not enable the >> artist graphic card emulation. > > Hmm, isn't '-nographic -vnc' a valid option that wouldn't work anymore in >

Re: [PATCH 1/2] hppa: Do not enable artist graphics with -nographic option

2019-12-22 Thread Sven Schnelle
Hi Helge, On Sat, Dec 21, 2019 at 11:24:02PM +0100, Helge Deller wrote: > When qemu was started with the -nographic option, do not enable the > artist graphic card emulation. Hmm, isn't '-nographic -vnc' a valid option that wouldn't work anymore in that case? I used '-nographic -vga none' to disa

[PATCH 1/2] hppa: Do not enable artist graphics with -nographic option

2019-12-21 Thread Helge Deller
When qemu was started with the -nographic option, do not enable the artist graphic card emulation. Signed-off-by: Helge Deller diff --git a/hw/hppa/machine.c b/hw/hppa/machine.c index 9d0192c4fa..aea365bf46 100644 --- a/hw/hppa/machine.c +++ b/hw/hppa/machine.c @@ -127,7 +127,7 @@ static void ma