vga: fix -nodefaults -device VGA

Flag -nodefaults should also imply no VGA. This was broken in
a369da5f31.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
master
Blue Swirl 2012-01-24 17:27:35 +00:00
parent 61eb1f38c1
commit c5bd4f3d2d
1 changed files with 1 additions and 0 deletions

1
vl.c
View File

@ -3006,6 +3006,7 @@ int main(int argc, char **argv, char **envp)
default_floppy = 0;
default_cdrom = 0;
default_sdcard = 0;
vga_model = "none";
break;
case QEMU_OPTION_xen_domid:
if (!(xen_available())) {