[Qemu-devel] [PATCH v1 0/2] Add and connet the PMU IOModule PIT device

Alistair Francis posted 2 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1517955702.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
include/hw/timer/xlnx-pmu-iomod-pit.h |  58 ++++++++
hw/microblaze/xlnx-zynqmp-pmu.c       |  35 +++++
hw/timer/xlnx-pmu-iomod-pit.c         | 241 ++++++++++++++++++++++++++++++++++
hw/timer/Makefile.objs                |   2 +
4 files changed, 336 insertions(+)
create mode 100644 include/hw/timer/xlnx-pmu-iomod-pit.h
create mode 100644 hw/timer/xlnx-pmu-iomod-pit.c
[Qemu-devel] [PATCH v1 0/2] Add and connet the PMU IOModule PIT device
Posted by Alistair Francis 6 years, 2 months ago
Alistair Francis (2):
  timer: Initial commit of xlnx-pmu-iomod-pit device
  xlnx-zynqmp-pmu: Connect the PMU IOMOD PIT devices

 include/hw/timer/xlnx-pmu-iomod-pit.h |  58 ++++++++
 hw/microblaze/xlnx-zynqmp-pmu.c       |  35 +++++
 hw/timer/xlnx-pmu-iomod-pit.c         | 241 ++++++++++++++++++++++++++++++++++
 hw/timer/Makefile.objs                |   2 +
 4 files changed, 336 insertions(+)
 create mode 100644 include/hw/timer/xlnx-pmu-iomod-pit.h
 create mode 100644 hw/timer/xlnx-pmu-iomod-pit.c

-- 
2.14.1