mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00
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>
This commit is contained in:
parent
61eb1f38c1
commit
c5bd4f3d2d
1 changed files with 1 additions and 0 deletions
1
vl.c
1
vl.c
|
@ -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())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue