qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alistair Francis <alistair.francis@xilinx.com>
To: Alistair Francis <alistair.francis@xilinx.com>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Peter Crosthwaite" <peter.crosthwaite@xilinx.com>,
	"Richard Henderson" <rth@twiddle.net>,
	"qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
	"Andreas Färber" <afaerber@suse.de>
Subject: Re: [Qemu-devel] [PATCH RESEND v1 0/5] Add Microblaze configuration options
Date: Tue, 19 May 2015 09:16:15 +1000	[thread overview]
Message-ID: <CAKmqyKObjPzVaJQNxn__+776giVUh_MgVRaFETtY7zNVAaSTtg@mail.gmail.com> (raw)
In-Reply-To: <cover.1431909583.git.alistair.francis@xilinx.com>

On Tue, May 19, 2015 at 9:11 AM, Alistair Francis
<alistair.francis@xilinx.com> wrote:
> Firstly this patch series tidies up some code and removes
> a "xlnx." prefix.
>

Sorry about the spam. Not all of the emails went through the first
time, so I swapped SMTP servers and am re-sending.

Thanks,

Alistair

> Then it moves the Microblaze PVR registers to the end
> of the CPUMBState to preserve them during reset. This
> allows most of the operations on them to be moved from
> the reset to the realise. Except for the machine specific
> ones which will be moved when the other properties are
> converted across to standard QEMU props, after this patch
> series is accepted (either merged or the method I'm using
> is approved). See the individual commit for more details.
>
> Next it adds the "use-stack-protection" property
> to the Microblaze CPU, which allows stack protection to be
> disabled.
>
> It also converts the previously hardcoded method of enabling
> the FPU to use standard QEMU properties. This simplifies the
> logic in the target-microblaze translate.c.
>
> Changes since RFC:
>  - Preserve the PVR registers during resets
>  - Move most of the logic into realise functions
>  - Small name and function changes
>
>
> Alistair Francis (5):
>   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
>
>  hw/microblaze/petalogix_ml605_mmu.c |    4 +-
>  target-microblaze/cpu-qom.h         |    9 +++++-
>  target-microblaze/cpu.c             |   59 ++++++++++++++++++++++-------------
>  target-microblaze/cpu.h             |   11 ++++--
>  target-microblaze/helper.c          |    8 ++--
>  target-microblaze/op_helper.c       |   10 +++---
>  target-microblaze/translate.c       |    8 ++--
>  7 files changed, 67 insertions(+), 42 deletions(-)
>

      parent reply	other threads:[~2015-05-18 23:16 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-18  1:13 [Qemu-devel] [PATCH v1 0/5] Add Microblaze configuration options Alistair Francis
2015-05-18  1:13 ` [Qemu-devel] [PATCH v1 1/5] target-microblaze: Fix up indentation Alistair Francis
2015-05-25  3:44   ` [Qemu-devel] [PATCH RESEND " Peter Crosthwaite
2015-05-28  0:37     ` Alistair Francis
2015-05-18  1:13 ` [Qemu-devel] [PATCH v1 2/5] target-microblaze: Preserve the pvr registers during reset Alistair Francis
2015-05-25  3:53   ` [Qemu-devel] [PATCH RESEND " Peter Crosthwaite
2015-05-28  0:47     ` Alistair Francis
2015-05-18  1:13 ` [Qemu-devel] [PATCH v1 3/5] target-microblaze: Allow the stack protection to be disabled Alistair Francis
2015-05-25  4:07   ` [Qemu-devel] [PATCH RESEND " Peter Crosthwaite
2015-05-26  1:55     ` Alistair Francis
2015-05-26  1:59       ` Peter Crosthwaite
2015-05-18  1:13 ` [Qemu-devel] [PATCH v1 4/5] target-microblaze: Tidy up the base-vectors property Alistair Francis
2015-05-25  4:09   ` [Qemu-devel] [PATCH RESEND " Peter Crosthwaite
2015-05-18 23:14 ` [Qemu-devel] [PATCH RESEND v1 5/5] target-microblaze: Convert use-fpu to a CPU property Alistair Francis
2015-05-25  4:34   ` Peter Crosthwaite
2015-05-28  1:02     ` Alistair Francis
2015-05-18 23:16 ` Alistair Francis [this message]

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=CAKmqyKObjPzVaJQNxn__+776giVUh_MgVRaFETtY7zNVAaSTtg@mail.gmail.com \
    --to=alistair.francis@xilinx.com \
    --cc=afaerber@suse.de \
    --cc=peter.crosthwaite@xilinx.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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).