From: Alistair Francis <alistair.francis@xilinx.com>
To: <qemu-devel@nongnu.org>, <qemu-arm@nongnu.org>,
<peter.maydell@linaro.org>
Cc: alistair23@gmail.com, alistair.francis@xilinx.com
Subject: [Qemu-devel] [PATCH v1 0/2] Add the generic ARM timer
Date: Wed, 2 Nov 2016 09:41:08 -0700 [thread overview]
Message-ID: <cover.1477599721.git.alistair.francis@xilinx.com> (raw)
These two patches and and connect the Generic ARM Timer. This includes
support for dropping insecure writes.
Alistair Francis (2):
arm_generic_timer: Add the ARM Generic Timer
xlnx-zynqmp: Connect the ARM Generic Timer
hw/arm/xlnx-zynqmp.c | 13 +++
hw/timer/Makefile.objs | 1 +
hw/timer/arm_generic_timer.c | 216 +++++++++++++++++++++++++++++++++++
include/hw/arm/xlnx-zynqmp.h | 2 +
include/hw/timer/arm_generic_timer.h | 60 ++++++++++
5 files changed, 292 insertions(+)
create mode 100644 hw/timer/arm_generic_timer.c
create mode 100644 include/hw/timer/arm_generic_timer.h
--
2.7.4
next reply other threads:[~2016-11-02 16:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-02 16:41 Alistair Francis [this message]
2016-11-02 16:41 ` [Qemu-devel] [PATCH v1 1/2] arm_generic_timer: Add the ARM Generic Timer Alistair Francis
2016-11-03 8:47 ` [Qemu-arm] " KONRAD Frederic
2016-11-08 0:52 ` Alistair Francis
2016-11-02 16:41 ` [Qemu-devel] [PATCH v1 2/2] xlnx-zynqmp: Connect " 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.1477599721.git.alistair.francis@xilinx.com \
--to=alistair.francis@xilinx.com \
--cc=alistair23@gmail.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).