From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SflI9-0000CB-Ss for qemu-devel@nongnu.org; Sat, 16 Jun 2012 01:11:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SflI8-0007wg-B2 for qemu-devel@nongnu.org; Sat, 16 Jun 2012 01:11:21 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:60907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SflI8-0007wY-50 for qemu-devel@nongnu.org; Sat, 16 Jun 2012 01:11:20 -0400 Received: by pbbro12 with SMTP id ro12so6397454pbb.4 for ; Fri, 15 Jun 2012 22:11:17 -0700 (PDT) From: "Peter A. G. Crosthwaite" Date: Sat, 16 Jun 2012 15:20:57 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v1 0/2] Xilinx Timer updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: edgar.iglesias@gmail.com, qemu-devel@nongnu.org Cc: peter.crosthwaite@petalogix.com, pbonzini@redhat.com, peter.chubb@nicta.com.au, trimarchi@retis.sssup.it, john.williams@petalogix.com 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 hw/xilinx_timer.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) -- 1.7.3.2