add maru vga
authorSon Hyunjun <hj79.son@samsung.com>
Thu, 8 Mar 2012 10:39:03 +0000 (19:39 +0900)
committerSon Hyunjun <hj79.son@samsung.com>
Thu, 8 Mar 2012 10:39:03 +0000 (19:39 +0900)
vl.c

diff --git a/vl.c b/vl.c
index 2226e93..cc609f2 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -1566,6 +1566,10 @@ static void select_vgahw (const char *p)
         vga_interface_type = VGA_XENFB;
     } else if (strstart(p, "qxl", &opts)) {
         vga_interface_type = VGA_QXL;
+#ifdef CONFIG_MARU
+    } else if (strstart(p, "maru", &opts)) {
+        vga_interface_type = VGA_MARU;
+#endif
     } else if (!strstart(p, "none", &opts)) {
     invalid_vga:
         fprintf(stderr, "Unknown vga type: %s\n", p);