From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcL1J-0000OY-GY for qemu-devel@nongnu.org; Thu, 30 Jun 2011 13:27:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcL1I-0003or-3u for qemu-devel@nongnu.org; Thu, 30 Jun 2011 13:27:17 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:63515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcL1H-0003oU-Ef for qemu-devel@nongnu.org; Thu, 30 Jun 2011 13:27:15 -0400 Received: by pvg3 with SMTP id 3so2209481pvg.4 for ; Thu, 30 Jun 2011 10:27:13 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110630155725.GA9765@redhat.com> References: <20110630155725.GA9765@redhat.com> Date: Thu, 30 Jun 2011 18:27:13 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 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: "Michael S. Tsirkin" Cc: Stefan Hajnoczi , Alexander Graf , qemu-devel@nongnu.org, Blue Swirl , Paolo Bonzini , Aurelien Jarno 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 > > =C2=A0[ -z "$guest_base" ] && guest_base=3D"$host_guest_base" > > - > =C2=A0default_target_list=3D"" > > =C2=A0# these targets are portable This hunk looks like a stray unrelated whitespace change? -- PMM