From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z02c9-0001uQ-P2 for qemu-devel@nongnu.org; Wed, 03 Jun 2015 02:57:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z02c6-0005be-Jd for qemu-devel@nongnu.org; Wed, 03 Jun 2015 02:57:25 -0400 Received: from mail-pd0-x22d.google.com ([2607:f8b0:400e:c02::22d]:36496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z02c6-0005aF-CW for qemu-devel@nongnu.org; Wed, 03 Jun 2015 02:57:22 -0400 Received: by pdjm12 with SMTP id m12so836553pdj.3 for ; Tue, 02 Jun 2015 23:57:21 -0700 (PDT) Sender: Alistair Francis From: Alistair Francis Date: Wed, 3 Jun 2015 16:56:45 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v1 0/8] Extend Microblaze Properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, edgar.iglesias@xilinx.com Cc: peter.crosthwaite@xilinx.com, alistair.francis@xilinx.com 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. Alistair Francis (8): 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 | 25 +++++++++++-------------- hw/microblaze/petalogix_s3adsp1800_mmu.c | 9 +-------- target-microblaze/cpu-qom.h | 5 +++++ target-microblaze/cpu.c | 23 +++++++++++++++-------- target-microblaze/cpu.h | 4 ++-- target-microblaze/helper.c | 6 +++--- 6 files changed, 37 insertions(+), 35 deletions(-)