From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiDFW-0001Ie-Vs for qemu-devel@nongnu.org; Wed, 07 May 2014 21:35:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiDFQ-0007Ft-Vq for qemu-devel@nongnu.org; Wed, 07 May 2014 21:35:50 -0400 Received: from mail-qg0-x232.google.com ([2607:f8b0:400d:c04::232]:55594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiDFQ-0007Fo-R7 for qemu-devel@nongnu.org; Wed, 07 May 2014 21:35:44 -0400 Received: by mail-qg0-f50.google.com with SMTP id z60so2060720qgd.9 for ; Wed, 07 May 2014 18:35:44 -0700 (PDT) From: "Edgar E. Iglesias" Date: Thu, 8 May 2014 11:35:03 +1000 Message-Id: <1399512908-23925-1-git-send-email-edgar.iglesias@gmail.com> Subject: [Qemu-devel] [PATCH v1 0/5] MicroBlaze queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.crosthwaite@xilinx.com, linux@roeck-us.net From: "Edgar E. Iglesias" These are some patches sitting in my queue that I'd like to push out. Cheers, Edgar Edgar E. Iglesias (2): microblaze: Support loading of u-boot initrd images microblaze: Respect the reset vector Guenter Roeck (2): xilinx_intc: Fix writes into MER register xilinx_timer: Fix writes into TCSR register Peter Crosthwaite (1): microblaze: boot: Don't hack the elf entry point hw/intc/xilinx_intc.c | 3 +++ hw/microblaze/boot.c | 14 ++++++++++---- hw/timer/xilinx_timer.c | 2 +- target-microblaze/cpu.c | 2 ++ 4 files changed, 16 insertions(+), 5 deletions(-) -- 1.8.3.2