qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Amos Kong <akong@redhat.com>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] vl: make boot_strict variable static (not used outside vl.c)
Date: Mon, 9 Dec 2013 19:59:36 +0800	[thread overview]
Message-ID: <20131209115936.GD13283@amosk.info> (raw)
In-Reply-To: <1386577170-6851-1-git-send-email-mjt@msgid.tls.msk.ru>

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.

      reply	other threads:[~2013-12-09 12:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131209115936.GD13283@amosk.info \
    --to=akong@redhat.com \
    --cc=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).