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
@ -77,7 +77,6 @@ static ISADeviceInfo vga_info = {
|
||||
.qdev.size = sizeof(ISAVGAState),
|
||||
.qdev.vmsd = &vmstate_vga_common,
|
||||
.qdev.reset = vga_reset_isa,
|
||||
.qdev.no_user = 1,
|
||||
.init = vga_initfn,
|
||||
};
|
||||
|
||||
|
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…
Reference in New Issue
Block a user