mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Merge remote-tracking branch 'spice/spice.v37' into staging
Conflicts: vl.c
This commit is contained in:
commit
ac779fe233
7 changed files with 53 additions and 19 deletions
1
vl.c
1
vl.c
|
@ -290,6 +290,7 @@ static struct {
|
|||
{ .driver = "cirrus-vga", .flag = &default_vga },
|
||||
{ .driver = "vmware-svga", .flag = &default_vga },
|
||||
{ .driver = "isa-vga", .flag = &default_vga },
|
||||
{ .driver = "qxl-vga", .flag = &default_vga },
|
||||
};
|
||||
|
||||
static int default_driver_check(QemuOpts *opts, void *opaque)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue