From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57046 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPblT-0002gZ-Q9 for qemu-devel@nongnu.org; Mon, 06 Dec 2010 09:10:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPblS-0005D0-Dn for qemu-devel@nongnu.org; Mon, 06 Dec 2010 09:10:03 -0500 Received: from mail-gw0-f52.google.com ([74.125.83.52]:62257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPblS-0005Cl-BC for qemu-devel@nongnu.org; Mon, 06 Dec 2010 09:10:02 -0500 Received: by gwb11 with SMTP id 11so2007357gwb.11 for ; Mon, 06 Dec 2010 06:10:01 -0800 (PST) Message-ID: <4CFCEEB6.10302@codemonkey.ws> Date: Mon, 06 Dec 2010 08:09:58 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL 00/16] Block patches References: <1291139900-20329-1-git-send-email-kwolf@redhat.com> <4CFCE5F8.1080105@codemonkey.ws> <4CFCE7F1.3060101@redhat.com> In-Reply-To: <4CFCE7F1.3060101@redhat.com> 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: Kevin Wolf Cc: qemu-devel@nongnu.org On 12/06/2010 07:41 AM, Kevin Wolf wrote: > >> I see: >> >> commit 393f398b69f9baadc3f29d822a0b5b74ca63b919 >> Author: Richard Henderson >> Date: Mon Nov 22 14:57:58 2010 -0800 >> >> tcg-ia64: Fix warning in qemu_ld. >> >> The usermode version of qemu_ld doesn't used mem_index, >> leading to set-but-not-used warnings. >> >> Signed-off-by: Richard Henderson >> Signed-off-by: Edgar E. Iglesias >> >> As the head on that branch which doesn't seem right. >> > You have pulled this already last week, so after a rebase on my side it > just points to some random commit in master. :-) > Yeah, I still have origin pointing to Savannah and it confused me. Sorry for the noise. Regards, Anthony Liguori > Kevin >