From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRoDp-0004hX-Vi for qemu-devel@nongnu.org; Tue, 08 May 2012 13:29:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRoDk-0000vu-Ej for qemu-devel@nongnu.org; Tue, 08 May 2012 13:29:13 -0400 Received: from mail-gg0-f173.google.com ([209.85.161.173]:46718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRoDk-0000uH-9p for qemu-devel@nongnu.org; Tue, 08 May 2012 13:29:08 -0400 Received: by ggnp1 with SMTP id p1so1404030ggn.4 for ; Tue, 08 May 2012 10:29:06 -0700 (PDT) Message-ID: <4FA957E0.1000102@codemonkey.ws> Date: Tue, 08 May 2012 12:29:04 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1335827523-7058-1-git-send-email-afaerber@suse.de> In-Reply-To: <1335827523-7058-1-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH for-1.1 0/2] configure: Cosmetic VirtFS fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Blue Swirl , qemu-devel@nongnu.org, "Aneesh Kumar K.V" On 04/30/2012 06:12 PM, Andreas Färber wrote: > Hello, > > I recently noticed that lack of VirtFS support leads to configure printing just > "VirtFS support". This mini-series fixes it to say "VirtFS support no". > > I'm not sure if we have a definitive Coding Style for shell scripts (or Python > code for that matter), so encountering tabs I went for the surrounding > two-spaces indentation. > > Regards, > Andreas > > Cc: Aneesh Kumar K.V > Cc: Blue Swirl Applied all. Thanks. Regards, Anthony Liguori > > Andreas Färber (2): > configure: Reindent VirtFS check > configure: Assure printing "yes" or "no" for VirtFS support > > configure | 15 ++++++++------- > 1 files changed, 8 insertions(+), 7 deletions(-) >