Add QXL vga to the device list.
Signed-off-by: Gerd Hoffmann kraxel@redhat.com --- vgasrc/vgahw.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/vgasrc/vgahw.c b/vgasrc/vgahw.c index 48fb070..92c2472 100644 --- a/vgasrc/vgahw.c +++ b/vgasrc/vgahw.c @@ -34,6 +34,12 @@ static struct vga_pci_table hwtab[] VAR16 = { .type = VGA_TYPE_BOCHS, .supported = CONFIG_VGA_BOCHS, },{ + .vid = 0x1b36, + .did = 0x0100, + .name = "QXL paravirtual VGA", + .type = VGA_TYPE_BOCHS, + .supported = CONFIG_VGA_BOCHS, + },{ .vid = 0x100b, .did = 0x0030, .name = "Geode GX2",