From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcLRl-0007rk-Io for qemu-devel@nongnu.org; Thu, 30 Jun 2011 13:54:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcLRj-0000bv-RV for qemu-devel@nongnu.org; Thu, 30 Jun 2011 13:54:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcLRj-0000bb-9e for qemu-devel@nongnu.org; Thu, 30 Jun 2011 13:54:35 -0400 Date: Thu, 30 Jun 2011 20:54:41 +0300 From: "Michael S. Tsirkin" Message-ID: <20110630175441.GA11507@redhat.com> References: <20110630155725.GA9765@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCHv2] Add compat eventfd header List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Stefan Hajnoczi , Alexander Graf , qemu-devel@nongnu.org, Blue Swirl , Paolo Bonzini , Aurelien Jarno On Thu, Jun 30, 2011 at 06:27:13PM +0100, Peter Maydell wrote: > On 30 June 2011 16:57, Michael S. Tsirkin wrote: > > diff --git a/configure b/configure > > index 856b41e..6f7dd74 100755 > > --- a/configure > > +++ b/configure > > @@ -822,7 +822,6 @@ esac > > > > =A0[ -z "$guest_base" ] && guest_base=3D"$host_guest_base" > > > > - > > =A0default_target_list=3D"" > > > > =A0# these targets are portable >=20 > This hunk looks like a stray unrelated whitespace change? >=20 > -- PMM It's unrelated but I don't believe it's stray. Seems too trivial to split this to a separate patch. --=20 MST