From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6dgS-0000pn-44 for qemu-devel@nongnu.org; Sun, 21 Jun 2015 07:45:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6dgO-0000tx-Tg for qemu-devel@nongnu.org; Sun, 21 Jun 2015 07:45:08 -0400 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:33419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6dgO-0000nc-KN for qemu-devel@nongnu.org; Sun, 21 Jun 2015 07:45:04 -0400 Received: by pdjn11 with SMTP id n11so120280311pdj.0 for ; Sun, 21 Jun 2015 04:45:02 -0700 (PDT) Date: Sun, 21 Jun 2015 21:44:55 +1000 From: "Edgar E. Iglesias" Message-ID: <20150621114455.GL5149@toto> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v4 0/9] Extend Microblaze Properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alistair Francis Cc: edgar.iglesias@xilinx.com, peter.crosthwaite@xilinx.com, qemu-devel@nongnu.org On Thu, Jun 18, 2015 at 09:16:21PM -0700, Alistair Francis wrote: > This patch series extends the MicroBlaze properties > that I have been working on. It applies on top of my > original work: > 'Add Microblaze configuration options'. > > This patch series converts various MicroBlaze PVR registers > to properties. This then allows the individual Microblaze > machine reset functions to be removed as well as some other > dead code. Thanks Alistair, I've merged this into the mb queue. Cheers, Edgar > > V4: > - Add some macros > V3: > - Update the pvr register to be a uint8 > - Add the 8.50.a version to the version_mask > > > Alistair Francis (9): > 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 > > hw/microblaze/petalogix_ml605_mmu.c | 23 +++----- > hw/microblaze/petalogix_s3adsp1800_mmu.c | 9 +--- > target-microblaze/cpu-qom.h | 7 ++- > target-microblaze/cpu.c | 79 +++++++++++++++++++++++++---- > target-microblaze/cpu.h | 8 ++- > target-microblaze/helper.c | 6 +- > target-microblaze/translate.c | 6 +- > 7 files changed, 95 insertions(+), 43 deletions(-) >