Re: [Qemu-devel] [PATCH] sun4m: obey -vga none

2019-04-03 Thread Philippe Mathieu-Daudé
Hi Paolo, On 3/19/19 3:40 PM, Paolo Bonzini wrote: > Do not create a TCX if "-vga none" was passed on the command line. > Remove some dead code along the way to avoid big reindentation. Can you add: This fixes when configuring with --without-default-devices: $ sparc-softmmu/qemu-system-sparc

Re: [Qemu-devel] [PATCH] sun4m: obey -vga none

2019-03-19 Thread Mark Cave-Ayland
On 19/03/2019 14:40, Paolo Bonzini wrote: > Do not create a TCX if "-vga none" was passed on the command line. > Remove some dead code along the way to avoid big reindentation. > > Signed-off-by: Paolo Bonzini > --- > hw/sparc/sun4m.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-

[Qemu-devel] [PATCH] sun4m: obey -vga none

2019-03-19 Thread Paolo Bonzini
Do not create a TCX if "-vga none" was passed on the command line. Remove some dead code along the way to avoid big reindentation. Signed-off-by: Paolo Bonzini --- hw/sparc/sun4m.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hw/sparc/sun4m.c b/hw/sparc/sun4m.c index