qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] vl: make boot_strict variable static (not used outside vl.c)
@ 2013-12-09  8:19 Michael Tokarev
  2013-12-09 11:59 ` Amos Kong
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tokarev @ 2013-12-09  8:19 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Michael Tokarev, qemu-devel

---
 vl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vl.c b/vl.c
index ae6d0c6..e47fea1 100644
--- a/vl.c
+++ b/vl.c
@@ -230,7 +230,7 @@ int ctrl_grab = 0;
 unsigned int nb_prom_envs = 0;
 const char *prom_envs[MAX_PROM_ENVS];
 int boot_menu;
-bool boot_strict;
+static bool boot_strict;
 uint8_t *boot_splash_filedata;
 size_t boot_splash_filedata_size;
 uint8_t qemu_extra_params_fw[2];
-- 
1.7.10.4

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

end of thread, other threads:[~2013-12-09 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09  8:19 [Qemu-devel] [PATCH] vl: make boot_strict variable static (not used outside vl.c) Michael Tokarev
2013-12-09 11:59 ` Amos Kong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).