qemu: modified vl.c to enable yagl even if maru is not enabled
authorEwan Le Bideau-Canévet <ewan.lebideau-canevet@open.eurogiciel.org>
Wed, 15 Oct 2014 14:27:25 +0000 (16:27 +0200)
committerEwan Le Bideau-Canévet <ewan.lebideau-canevet@open.eurogiciel.org>
Wed, 15 Oct 2014 14:27:25 +0000 (16:27 +0200)
Change-Id: I932a2de92d008f8227c71e9dd192444ea1e0c6f7

vl.c

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