mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
isa-vga: Make available with -device, like the other VGA qdevs
Switch no_user off and make it suppress the default VGA. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a16c53b101
commit
0826c7105a
2 changed files with 1 additions and 1 deletions
1
vl.c
1
vl.c
|
@ -289,6 +289,7 @@ static struct {
|
|||
{ .driver = "VGA", .flag = &default_vga },
|
||||
{ .driver = "cirrus-vga", .flag = &default_vga },
|
||||
{ .driver = "vmware-svga", .flag = &default_vga },
|
||||
{ .driver = "isa-vga", .flag = &default_vga },
|
||||
};
|
||||
|
||||
static int default_driver_check(QemuOpts *opts, void *opaque)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue