From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40113 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OnI7C-0006E9-6P for qemu-devel@nongnu.org; Sun, 22 Aug 2010 17:30:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OnI7A-0006MX-Pg for qemu-devel@nongnu.org; Sun, 22 Aug 2010 17:30:06 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:44140) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OnI7A-0006MT-MG for qemu-devel@nongnu.org; Sun, 22 Aug 2010 17:30:04 -0400 Received: by gxk5 with SMTP id 5so2064471gxk.4 for ; Sun, 22 Aug 2010 14:30:04 -0700 (PDT) Message-ID: <4C7196DB.5030802@codemonkey.ws> Date: Sun, 22 Aug 2010 16:30:03 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/2] arch_init: replace tabs by spaces. References: <1282105813-16020-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> <1282105813-16020-2-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> In-Reply-To: <1282105813-16020-2-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yoshiaki Tamura Cc: qemu-devel@nongnu.org On 08/17/2010 11:30 PM, Yoshiaki Tamura wrote: > Signed-off-by: Yoshiaki Tamura > 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) > { >