diff options
author | Markus Armbruster <armbru@redhat.com> | 2011-06-07 10:34:30 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-07 13:52:10 -0500 |
commit | 0826c7105aea1d3fd5d4448dee6e63f5d3ee2cff (patch) | |
tree | fca9c33d0f36764b8847603fd1a9426dd403914f /hw | |
parent | a16c53b101a9897b0b2be96a1bb3bde7c04380f2 (diff) |
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>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/vga-isa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/vga-isa.c b/hw/vga-isa.c index fde0d56fd..245841f18 100644 --- a/hw/vga-isa.c +++ b/hw/vga-isa.c @@ -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, }; |