qemu : add yagl support in ifndef CONFIG_MARU
authorEwan Le BIDEAU-CANEVET <ewan.lebideau-canevet@open.eurogiciel.org>
Thu, 16 Oct 2014 15:19:12 +0000 (17:19 +0200)
committerEwan Le BIDEAU-CANEVET <ewan.lebideau-canevet@open.eurogiciel.org>
Thu, 16 Oct 2014 15:19:12 +0000 (17:19 +0200)
vl.c

diff --git a/vl.c b/vl.c
index 0d39f500e6a8c88d09582f1c9db5f02163d92854..2db3b63d7d20a1337deb7cb5f035b3bfa847f926 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -143,10 +143,12 @@ int qemu_main(int argc, char **argv, char **envp);
 #define MAX_VIRTIO_CONSOLES 1
 #define MAX_SCLP_CONSOLES 1
 
+#ifndef CONFIG_MARU
 int enable_yagl;
 static const char *yagl_backend = NULL;
 static int enable_vigs = 0;
 static char *vigs_backend = NULL;
+#endif
 
 #ifdef CONFIG_MARU
 int skin_disabled = 0;