mbox series

[kvm-unit-tests,0/2] Support micro operation measurement on arm64

Message ID 20180830141733.21725-1-drjones@redhat.com (mailing list archive)
Headers show
Series Support micro operation measurement on arm64 | expand

Message

Andrew Jones Aug. 30, 2018, 2:17 p.m. UTC
I dropped the version numbers, but this is v4 of Shih-Wei Li's series of
the same name, last posted in January. I took the liberty of
incorporating all the comments v3 had, plus making some other cleanup
tweaks. These tests are too nice to let them slip away, let's get them
reviewed and merged.

Thanks,
drew

Shih-Wei Li (2):
  arm/arm64: add GICD_IIDR definition
  arm64: add micro-bench

 arm/Makefile.arm64 |   1 +
 arm/micro-bench.c  | 213 +++++++++++++++++++++++++++++++++++++++++++++
 arm/unittests.cfg  |   8 ++
 lib/arm/asm/gic.h  |   1 +
 4 files changed, 223 insertions(+)
 create mode 100644 arm/micro-bench.c