qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alistair Francis <alistair.francis@xilinx.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: alistair.francis@xilinx.com, alistair23@gmail.com,
	edgar.iglesias@xilinx.com, edgar.iglesias@gmail.com,
	f4bug@amsat.org
Subject: [Qemu-devel] [PATCH v2 0/3]  Add and connect the ZynqMP RTC
Date: Fri, 12 Jan 2018 14:36:57 -0800	[thread overview]
Message-ID: <cover.1515796549.git.alistair.francis@xilinx.com> (raw)

V2:
 - Delete unused realise function
 - Add cover letter
 - Convert DB_PRINT() macro to trace

Alistair Francis (3):
  xlnx-zynqmp-rtc: Initial commit
  xlnx-zynqmp-rtc: Add basic time support
  xlnx-zynqmp: Connect the RTC device

 hw/arm/xlnx-zynqmp.c               |  14 +++
 hw/timer/Makefile.objs             |   1 +
 hw/timer/trace-events              |   3 +
 hw/timer/xlnx-zynqmp-rtc.c         | 241 +++++++++++++++++++++++++++++++++++++
 include/hw/arm/xlnx-zynqmp.h       |   2 +
 include/hw/timer/xlnx-zynqmp-rtc.h |  87 +++++++++++++
 6 files changed, 348 insertions(+)
 create mode 100644 hw/timer/xlnx-zynqmp-rtc.c
 create mode 100644 include/hw/timer/xlnx-zynqmp-rtc.h

--
2.14.1

This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.

             reply	other threads:[~2018-01-12 22:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-12 22:36 Alistair Francis [this message]
2018-01-12 22:36 ` [Qemu-devel] [PATCH v2 1/3] xlnx-zynqmp-rtc: Initial commit Alistair Francis
2018-01-15 13:25   ` Peter Maydell
2018-01-15 13:49     ` Philippe Mathieu-Daudé
2018-01-16 23:55     ` Alistair Francis
2018-01-12 22:37 ` [Qemu-devel] [PATCH v2 2/3] xlnx-zynqmp-rtc: Add basic time support Alistair Francis
2018-01-15 13:35   ` Peter Maydell
2018-01-17  0:31     ` Alistair Francis
     [not found] ` <b435525e701bbda428d9cbf1e8e0a1b20dba499b.1515796549.git.alistair.francis@xilinx.com>
2018-01-15 13:36   ` [Qemu-devel] [PATCH v2 3/3] xlnx-zynqmp: Connect the RTC device 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.1515796549.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=f4bug@amsat.org \
    --cc=peter.maydell@linaro.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).