From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6dwo-0004Qk-Bd for qemu-devel@nongnu.org; Sun, 21 Jun 2015 08:02:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6dwl-0001h2-6k for qemu-devel@nongnu.org; Sun, 21 Jun 2015 08:02:02 -0400 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:32932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6dwk-0001gy-VF for qemu-devel@nongnu.org; Sun, 21 Jun 2015 08:01:59 -0400 Received: by padev16 with SMTP id ev16so115337597pad.0 for ; Sun, 21 Jun 2015 05:01:58 -0700 (PDT) Received: from localhost ([203.126.243.116]) by mx.google.com with ESMTPSA id zs5sm16670907pac.11.2015.06.21.05.01.56 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 21 Jun 2015 05:01:57 -0700 (PDT) From: "Edgar E. Iglesias" Date: Sun, 21 Jun 2015 21:56:11 +1000 Message-Id: <1434887787-4188-1-git-send-email-edgar.iglesias@gmail.com> Subject: [Qemu-devel] [PATCH v1 00/16] Microblaze Queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: "Edgar E. Iglesias" This is the stuff in my queue that I plan to merge soonish. Cheers, Edgar Alistair Francis (15): target-microblaze: Fix up indentation target-microblaze: Preserve the pvr registers during reset target-microblaze: Allow the stack protection to be disabled target-microblaze: Tidy up the base-vectors property target-microblaze: Convert use-fpu to a CPU property target-microblaze: Disable stack protection by default target-microblaze: Rename the usefpu variable target-microblaze: Convert use-mmu to a CPU property target-microblaze: Convert dcache-writeback to a CPU property target-microblaze: Convert endi to a CPU property target-microblaze: Convert version_mask to a CPU property target-microblaze: Convert pvr-full to a CPU property ml605_mmu: Move the hardcoded values to the init function s3adsp1800: Remove the hardcoded values from the reset target-microblaze: Remove dead code Peter Crosthwaite (1): microblaze: s3adsp: Instantiate CPU using QOM hw/microblaze/petalogix_ml605_mmu.c | 28 ++++--- hw/microblaze/petalogix_s3adsp1800_mmu.c | 17 +--- target-microblaze/cpu-qom.h | 14 +++- target-microblaze/cpu.c | 129 ++++++++++++++++++++++++------- target-microblaze/cpu.h | 19 +++-- target-microblaze/helper.c | 14 ++-- target-microblaze/op_helper.c | 10 +-- target-microblaze/translate.c | 14 ++-- 8 files changed, 159 insertions(+), 86 deletions(-) -- 1.9.1