Re: [Qemu-devel] [PATCH] mips-fulong2e: obey -vga none

2019-03-19 Thread Markus Armbruster
BALATON Zoltan writes: > On Tue, 19 Mar 2019, Paolo Bonzini wrote: >> Do not create an ATI VGA if "-vga none" was passed on the command line. >> >> Cc: BALATON Zoltan > > Thanks, I did not know about this variable. Although the real hardware > has the GPU soldered on the mainboard it makes sense

Re: [Qemu-devel] [PATCH] mips-fulong2e: obey -vga none

2019-03-19 Thread BALATON Zoltan
On Tue, 19 Mar 2019, Paolo Bonzini wrote: Do not create an ATI VGA if "-vga none" was passed on the command line. Cc: BALATON Zoltan Thanks, I did not know about this variable. Although the real hardware has the GPU soldered on the mainboard it makes sense to allow it to be disabled in QEMU

Re: [Qemu-devel] [PATCH] mips-fulong2e: obey -vga none

2019-03-19 Thread Aleksandar Markovic
> From: Paolo Bonzini > Cc: phi...@redhat.com; BALATON Zoltan; Aleksandar Markovic; Aleksandar > Rikalo; Aurelien Jarno > Subject: [PATCH] mips-fulong2e: obey -vga none > > Do not create an ATI VGA if "-vga none" was passed on the command line. > > Cc: BALATON Zoltan > Signed-off-by: Paolo Bon

[Qemu-devel] [PATCH] mips-fulong2e: obey -vga none

2019-03-19 Thread Paolo Bonzini
Do not create an ATI VGA if "-vga none" was passed on the command line. Cc: BALATON Zoltan Signed-off-by: Paolo Bonzini --- hw/mips/mips_fulong2e.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c index 9d7480ed31..