qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/3]  Add and connect the ZynqMP RTC
@ 2018-02-23 17:21 Alistair Francis
  2018-02-23 17:21 ` [Qemu-devel] [PATCH v6 1/3] xlnx-zynqmp-rtc: Initial commit Alistair Francis
       [not found] ` <0f4e15f8aafe82a7b36318c0689f49c974b3402a.1519406423.git.alistair.francis@xilinx.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Alistair Francis @ 2018-02-23 17:21 UTC (permalink / raw)
  To: qemu-devel, peter.maydell
  Cc: alistair.francis, alistair23, edgar.iglesias, edgar.iglesias,
	f4bug

V6:
 - Migrate tick_offset and add a pre_save call

V5:
 - Recalculate tick_offset after migration

V4:
 - Use the RegisterAccessInfo .unimp functionality

V3:
 - Store an offset value
 - Use mktimegm()
 - Log unimplemented writes

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

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

-- 
2.14.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-27 17:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-23 17:21 [Qemu-devel] [PATCH v6 0/3] Add and connect the ZynqMP RTC Alistair Francis
2018-02-23 17:21 ` [Qemu-devel] [PATCH v6 1/3] xlnx-zynqmp-rtc: Initial commit Alistair Francis
     [not found] ` <0f4e15f8aafe82a7b36318c0689f49c974b3402a.1519406423.git.alistair.francis@xilinx.com>
2018-02-27 16:36   ` [Qemu-devel] [PATCH v6 2/3] xlnx-zynqmp-rtc: Add basic time support Peter Maydell
2018-02-27 17:23     ` Alistair Francis

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