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

* Re: [Qemu-devel] [PATCH] vl: make boot_strict variable static (not used outside vl.c)
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Amos Kong @ 2013-12-09 11:59 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: qemu-trivial, qemu-devel

On Mon, Dec 09, 2013 at 12:19:30PM +0400, Michael Tokarev wrote:
> ---
>  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;

Reviewed-by: Amos Kong <akong@redhat.com>

>  uint8_t *boot_splash_filedata;
>  size_t boot_splash_filedata_size;
>  uint8_t qemu_extra_params_fw[2];
> -- 
> 1.7.10.4
> 

-- 
			Amos.

^ permalink raw reply	[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).