From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZSCK-0002Eo-4z for qemu-devel@nongnu.org; Thu, 24 Oct 2013 17:12:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZSCB-0006Hg-Nx for qemu-devel@nongnu.org; Thu, 24 Oct 2013 17:12:04 -0400 Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:65509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZSCB-0006HZ-Fa for qemu-devel@nongnu.org; Thu, 24 Oct 2013 17:11:55 -0400 Received: by mail-lb0-f170.google.com with SMTP id u14so72116lbd.15 for ; Thu, 24 Oct 2013 14:11:54 -0700 (PDT) Received: from localhost (h59ec325f.selukar.dyn.perspektivbredband.net. [89.236.50.95]) by mx.google.com with ESMTPSA id yr8sm234136lab.4.2013.10.24.14.11.51 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 24 Oct 2013 14:11:52 -0700 (PDT) From: edgar.iglesias@gmail.com Date: Thu, 24 Oct 2013 23:08:47 +0200 Message-Id: <1382648937-14769-1-git-send-email-edgar.iglesias@gmail.com> Subject: [Qemu-devel] [PATCH 00/10] MicroBlaze queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: "Edgar E. Iglesias" Hi, These are various MicroBlaze patches sitting in my queue. A few optimizations, sysemu initrd boot loading support and improvement to the exclusive load/store for system emulation. Cheers, Edgar Edgar E. Iglesias (10): microblaze: Clarify expected input of write_carry microblaze: Make write_carryi input a boolean microblaze: Simplify andn by using tcg_gen_andc microblaze: Improve srl microblaze: Improve src microblaze: Move the saving of the reservation addr into gen_load microblaze: Turn res_addr into a tcg global microblaze: At swx, check that the reserved word is unmodified hw/microblaze: Indentation cleanups hw/microblaze: Add support for loading initrd images hw/microblaze/boot.c | 50 +++++++++++++++++--- hw/microblaze/boot.h | 4 +- hw/microblaze/petalogix_ml605_mmu.c | 6 ++- hw/microblaze/petalogix_s3adsp1800_mmu.c | 4 +- target-microblaze/cpu.h | 1 + target-microblaze/translate.c | 75 +++++++++++++++++------------- 6 files changed, 98 insertions(+), 42 deletions(-) -- 1.7.10.4