From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEhqG-00074m-Ee for qemu-devel@nongnu.org; Thu, 11 Jun 2009 06:49:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEhqB-0006nS-Np for qemu-devel@nongnu.org; Thu, 11 Jun 2009 06:49:07 -0400 Received: from [199.232.76.173] (port=56439 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEhqB-0006n5-Kb for qemu-devel@nongnu.org; Thu, 11 Jun 2009 06:49:03 -0400 Received: from mx2.redhat.com ([66.187.237.31]:46943) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEhqB-0003fw-53 for qemu-devel@nongnu.org; Thu, 11 Jun 2009 06:49:03 -0400 From: Mark McLoughlin In-Reply-To: <4A30D182.3020509@web.de> References: <1243523971.4046.206.camel@blaa> <1244583818.7164.19.camel@blaa> <4A30C276.6030106@redhat.com> <4A30D182.3020509@web.de> Content-Type: text/plain Date: Thu, 11 Jun 2009 11:48:55 +0100 Message-Id: <1244717335.7752.5.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Fix xilinx_ethlite breakage by 4f1c942b7f Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , "Edgar E. Iglesias" , Gerd Hoffmann , Alex Williamson , qemu-devel On Thu, 2009-06-11 at 11:42 +0200, Jan Kiszka wrote: > Gerd Hoffmann wrote: > > Hi, > > > >> git://git.et.redhat.com/qemu-net.git queue > > > > Breaks full build (i.e. all targets). Gah - I built the first pull-request on all targets, but neglected to do it for the resend. My bad. > Namely the new xilinx_ethlite used by mircoblaze. This fixes it for me, > hopefully in the right way. Identical to what I was about to send, thanks > Signed-off-by: Jan Kiszka Acked-by: Mark McLoughlin Thanks, Mark.