qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alistair Francis <alistair.francis@xilinx.com>
To: qemu-devel@nongnu.org, edgar.iglesias@xilinx.com
Cc: peter.crosthwaite@xilinx.com, alistair.francis@xilinx.com
Subject: [Qemu-devel] [PATCH v1 0/8]  Extend Microblaze Properties
Date: Wed,  3 Jun 2015 16:56:45 +1000	[thread overview]
Message-ID: <cover.1433314301.git.alistair.francis@xilinx.com> (raw)

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(-)

             reply	other threads:[~2015-06-03  6:57 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03  6:56 Alistair Francis [this message]
2015-06-03  6:58 ` [Qemu-devel] [PATCH v1 3/8] target-microblaze: Convert endi to a CPU property Alistair Francis
2015-06-05  0:37   ` [Qemu-devel] [PATCH RESEND " Edgar E. Iglesias
2015-06-05  0:40   ` Edgar E. Iglesias
2015-06-05  2:21     ` Alistair Francis
2015-06-03  6:59 ` [Qemu-devel] [PATCH v1 4/8] target-microblaze: Convert version_mask " Alistair Francis
2015-06-05  0:42   ` [Qemu-devel] [PATCH RESEND " Edgar E. Iglesias
2015-06-05  2:51     ` Alistair Francis
2015-06-05  2:53       ` Alistair Francis
2015-06-05  2:54         ` Edgar E. Iglesias
2015-06-05  3:20           ` Alistair Francis
2015-06-03  6:59 ` [Qemu-devel] [PATCH v1 5/8] target-microblaze: Convert pvr-full " Alistair Francis
2015-06-05  0:44   ` [Qemu-devel] [PATCH RESEND " Edgar E. Iglesias
2015-06-05  3:00     ` Alistair Francis
2015-06-03  7:00 ` [Qemu-devel] [PATCH v1 6/8] ml605_mmu: Move the hardcoded values to the init function Alistair Francis
2015-06-05  0:47   ` [Qemu-devel] [PATCH RESEND " Edgar E. Iglesias
2015-06-05  4:54     ` Alistair Francis
2015-06-03  7:01 ` [Qemu-devel] [PATCH v1 7/8] s3adsp1800: Remove the hardcoded values from the reset Alistair Francis
2015-06-05  0:47   ` [Qemu-devel] [PATCH RESEND " Edgar E. Iglesias
2015-06-03  7:01 ` [Qemu-devel] [PATCH v1 8/8] target-microblaze: Remove dead code Alistair Francis
2015-06-05  0:48   ` [Qemu-devel] [PATCH RESEND " Edgar E. Iglesias
2015-06-05  0:28 ` [Qemu-devel] [PATCH RESEND v1 2/8] target-microblaze: Convert dcache-writeback to a CPU property Alistair Francis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1433314301.git.alistair.francis@xilinx.com \
    --to=alistair.francis@xilinx.com \
    --cc=edgar.iglesias@xilinx.com \
    --cc=peter.crosthwaite@xilinx.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).