From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33728 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPbIR-0007GB-Uz for qemu-devel@nongnu.org; Mon, 06 Dec 2010 08:40:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPbIQ-0006Nn-EL for qemu-devel@nongnu.org; Mon, 06 Dec 2010 08:40:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPbIQ-0006M6-18 for qemu-devel@nongnu.org; Mon, 06 Dec 2010 08:40:02 -0500 Message-ID: <4CFCE7F1.3060101@redhat.com> Date: Mon, 06 Dec 2010 14:41:05 +0100 From: Kevin Wolf 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> In-Reply-To: <4CFCE5F8.1080105@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Am 06.12.2010 14:32, schrieb Anthony Liguori: > On 11/30/2010 11:58 AM, Kevin Wolf wrote: >> The following changes since commit f711df67d611e4762966a249742a5f7499e19f99: >> >> microblaze: target-ify target_ucontext (2010-11-23 10:04:30 +0100) >> >> are available in the git repository at: >> git://repo.or.cz/qemu/kevin.git for-anthony >> > > 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. :-) Kevin