From 1a5ed45b3c2653ee1ed2091bee2c4431cffc860b Mon Sep 17 00:00:00 2001 From: Ewan Le BIDEAU-CANEVET Date: Thu, 16 Oct 2014 17:19:12 +0200 Subject: [PATCH] qemu : add yagl support in ifndef CONFIG_MARU --- vl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vl.c b/vl.c index 0d39f500e6..2db3b63d7d 100644 --- 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; -- 2.34.1