From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShhMd-0001wE-P1 for qemu-devel@nongnu.org; Thu, 21 Jun 2012 09:24:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShhMW-0006V9-4L for qemu-devel@nongnu.org; Thu, 21 Jun 2012 09:23:59 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:41724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShhMV-0006TK-Rg for qemu-devel@nongnu.org; Thu, 21 Jun 2012 09:23:52 -0400 Received: by bkwj10 with SMTP id j10so582811bkw.4 for ; Thu, 21 Jun 2012 06:23:49 -0700 (PDT) Date: Thu, 21 Jun 2012 15:23:42 +0200 From: "Edgar E. Iglesias" Message-ID: <20120621132342.GA18161@zapo> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v1 0/2] Xilinx Timer updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Peter A. G. Crosthwaite" Cc: pbonzini@redhat.com, peter.chubb@nicta.com.au, qemu-devel@nongnu.org, john.williams@petalogix.com, trimarchi@retis.sssup.it On Sat, Jun 16, 2012 at 03:20:57PM +1000, Peter A. G. Crosthwaite wrote: > Patch 1 is trival, just deleted a redundant include that shouldn't be there. > Patch 2 is a major bugfix for Microblaze platforms - the timer was deadlocking > the system. > > Peter A. G. Crosthwaite (2): > xilinx_timer: Removed include of qemu-timer > xilinx_timer: Fixed deadlock issue Applied, thanks Peter > > hw/xilinx_timer.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > -- > 1.7.3.2 >