All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH trivial] vl: always define no_frame
@ 2013-06-15 10:42 ` Michael Tokarev
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Tokarev @ 2013-06-15 10:42 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-trivial, Peter Wu, Michael Tokarev, qemu-devel

Commit 047d4e151dd46 "Unbreak -no-quit for GTK, validate SDL options" broke
build of qemu without sdl, by referencing `no_frame' variable which is defined
inside #if SDL block.  Fix that by defining that variable unconditionally.

This is a better fix for the build issue introduced by that patch than
a revert.  This change keeps the new functinality introduced by that patch
and just fixes the compilation.  It still is not a complete fix around the
original issue (not working -no-frame et al with -display gtk), because it
makes only the legacy interface working, not the new suboption interface,
so a few more changes are needed.

Cc: Peter Wu <lekensteyn@gmail.com>
Cc: qemu-trivial@nongnu.org
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 vl.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/vl.c b/vl.c
index 9f8fd6e..f94ec9c 100644
--- a/vl.c
+++ b/vl.c
@@ -199,9 +199,7 @@ static int rtc_date_offset = -1; /* -1 means no change */
 QEMUClock *rtc_clock;
 int vga_interface_type = VGA_NONE;
 static int full_screen = 0;
-#ifdef CONFIG_SDL
 static int no_frame = 0;
-#endif
 int no_quit = 0;
 CharDriverState *serial_hds[MAX_SERIAL_PORTS];
 CharDriverState *parallel_hds[MAX_PARALLEL_PORTS];
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-06-17 21:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-15 10:42 [Qemu-trivial] [PATCH trivial] vl: always define no_frame Michael Tokarev
2013-06-15 10:42 ` [Qemu-devel] " Michael Tokarev
2013-06-15 10:51 ` [Qemu-trivial] " Peter Wu
2013-06-15 10:51   ` [Qemu-devel] " Peter Wu
2013-06-15 11:05   ` [Qemu-trivial] " Michael Tokarev
2013-06-15 11:05     ` [Qemu-devel] " Michael Tokarev
2013-06-16 17:26 ` [Qemu-trivial] " Andreas Färber
2013-06-16 17:26   ` Andreas Färber
2013-06-17 21:06 ` [Qemu-trivial] " Anthony Liguori
2013-06-17 21:06   ` [Qemu-devel] " Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.