[SeaBIOS] [PATCH 6/7] vga: add qxl

Gerd Hoffmann kraxel at redhat.com
Mon Feb 6 15:51:42 CET 2012


Add QXL vga to the device list.

Signed-off-by: Gerd Hoffmann <kraxel at 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",
-- 
1.7.1




More information about the SeaBIOS mailing list