All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Yoshiaki Tamura <tamura.yoshiaki@lab.ntt.co.jp>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/2] arch_init: replace tabs by spaces.
Date: Sun, 22 Aug 2010 16:30:03 -0500	[thread overview]
Message-ID: <4C7196DB.5030802@codemonkey.ws> (raw)
In-Reply-To: <1282105813-16020-2-git-send-email-tamura.yoshiaki@lab.ntt.co.jp>

On 08/17/2010 11:30 PM, Yoshiaki Tamura wrote:
> Signed-off-by: Yoshiaki Tamura<tamura.yoshiaki@lab.ntt.co.jp>
>    

Applied.  Thanks.

Regards,

Anthony Liguori
> ---
>   arch_init.c |   12 ++++++------
>   1 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch_init.c b/arch_init.c
> index 47bb4b2..1865ae5 100644
> --- a/arch_init.c
> +++ b/arch_init.c
> @@ -82,12 +82,12 @@ const uint32_t arch_type = QEMU_ARCH;
>   /***********************************************************/
>   /* ram save/restore */
>
> -#define RAM_SAVE_FLAG_FULL	0x01 /* Obsolete, not used anymore */
> -#define RAM_SAVE_FLAG_COMPRESS	0x02
> -#define RAM_SAVE_FLAG_MEM_SIZE	0x04
> -#define RAM_SAVE_FLAG_PAGE	0x08
> -#define RAM_SAVE_FLAG_EOS	0x10
> -#define RAM_SAVE_FLAG_CONTINUE	0x20
> +#define RAM_SAVE_FLAG_FULL     0x01 /* Obsolete, not used anymore */
> +#define RAM_SAVE_FLAG_COMPRESS 0x02
> +#define RAM_SAVE_FLAG_MEM_SIZE 0x04
> +#define RAM_SAVE_FLAG_PAGE     0x08
> +#define RAM_SAVE_FLAG_EOS      0x10
> +#define RAM_SAVE_FLAG_CONTINUE 0x20
>
>   static int is_dup_page(uint8_t *page, uint8_t ch)
>   {
>    

  reply	other threads:[~2010-08-22 21:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-18  4:30 [Qemu-devel] [PATCH 0/2] Cleanups for arch_init and exec Yoshiaki Tamura
2010-08-18  4:30 ` [Qemu-devel] [PATCH 1/2] arch_init: replace tabs by spaces Yoshiaki Tamura
2010-08-22 21:30   ` Anthony Liguori [this message]
2010-08-18  4:30 ` [Qemu-devel] [PATCH 2/2] exec: " Yoshiaki Tamura
2010-08-22 21:30   ` Anthony Liguori

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=4C7196DB.5030802@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=qemu-devel@nongnu.org \
    --cc=tamura.yoshiaki@lab.ntt.co.jp \
    /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 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.