[Qemu-devel] [PATCH v5 0/3] Add and connect the ZynqMP RTC

Alistair Francis posted 3 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1516746211.git.alistair.francis@xilinx.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
There is a newer version of this series
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         | 266 +++++++++++++++++++++++++++++++++++++
hw/timer/Makefile.objs             |   1 +
hw/timer/trace-events              |   3 +
6 files changed, 373 insertions(+)
create mode 100644 include/hw/timer/xlnx-zynqmp-rtc.h
create mode 100644 hw/timer/xlnx-zynqmp-rtc.c
[Qemu-devel] [PATCH v5 0/3] Add and connect the ZynqMP RTC
Posted by Alistair Francis 6 years, 2 months ago
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         | 266 +++++++++++++++++++++++++++++++++++++
 hw/timer/Makefile.objs             |   1 +
 hw/timer/trace-events              |   3 +
 6 files changed, 373 insertions(+)
 create mode 100644 include/hw/timer/xlnx-zynqmp-rtc.h
 create mode 100644 hw/timer/xlnx-zynqmp-rtc.c

-- 
2.14.1