From: Alistair Francis <alistair.francis@xilinx.com>
To: qemu-devel@nongnu.org, qemu-arm@nongnu.org, peter.maydell@linaro.org
Cc: alistair.francis@xilinx.com, alistair23@gmail.com,
edgar.iglesias@xilinx.com, edgar.iglesias@gmail.com
Subject: [Qemu-devel] [PATCH v2 0/5] Expose the secure and virt properties to the
Date: Thu, 31 Aug 2017 16:34:14 -0700 [thread overview]
Message-ID: <cover.1504222314.git.alistair.francis@xilinx.com> (raw)
The EL2 and EL3 work is working well now and interanlly we now have
tests that expect to start in EL3 and transition through EL2 to EL1. To
make this easy to run let's expose the secure property to the machine
and also add a virt property that can enable EL2.
This series also does some machine/name tidying up and makes the first
move to deprecating the EP108 machine, which was just an early access
development board.
V2:
- Add a virt option for setting EL2
Alistair Francis (5):
xlnx-ep108: Rename to ZCU102
xlnx-zcu102: Manually create the machines
xlnx-zcu102: Add a machine level secure property
xlnx-zcu102: Add a machine level virtualization property
xlnx-zcu102: Mark the EP108 machine as deprecated
hw/arm/Makefile.objs | 2 +-
hw/arm/xlnx-ep108.c | 137 -----------------------
hw/arm/xlnx-zcu102.c | 257 +++++++++++++++++++++++++++++++++++++++++++
hw/arm/xlnx-zynqmp.c | 3 +-
include/hw/arm/xlnx-zynqmp.h | 2 +
5 files changed, 262 insertions(+), 139 deletions(-)
delete mode 100644 hw/arm/xlnx-ep108.c
create mode 100644 hw/arm/xlnx-zcu102.c
--
2.11.0
next reply other threads:[~2017-08-31 23:38 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-31 23:34 Alistair Francis [this message]
2017-08-31 23:34 ` [Qemu-devel] [PATCH v2 4/5] xlnx-zcu102: Add a machine level virtualization property Alistair Francis
2017-08-31 23:34 ` [Qemu-devel] [PATCH v2 5/5] xlnx-zcu102: Mark the EP108 machine as deprecated Alistair Francis
2017-09-07 12:51 ` [Qemu-devel] [PATCH v2 0/5] Expose the secure and virt properties to the Peter Maydell
2017-09-07 16:01 ` Alistair Francis
2017-09-07 16:29 ` Alistair Francis
2017-09-07 16:33 ` Peter Maydell
2017-09-07 16:48 ` Alistair Francis
2017-09-07 18:06 ` Richard Henderson
2017-09-07 18:08 ` Peter Maydell
2017-09-07 18:13 ` Alistair Francis
2017-09-07 15:57 ` [Qemu-devel] [PATCH Resend v2 2/5] xlnx-zcu102: Manually create the machines Alistair Francis
2017-09-07 21:35 ` [Qemu-devel] [PATCH Resend v2 0/5] Expose the secure and virt properties to the Edgar E. Iglesias
2017-09-07 21:44 ` Alistair Francis
2017-09-14 12:30 ` Peter Maydell
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.1504222314.git.alistair.francis@xilinx.com \
--to=alistair.francis@xilinx.com \
--cc=alistair23@gmail.com \
--cc=edgar.iglesias@gmail.com \
--cc=edgar.iglesias@xilinx.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--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).