All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests v3 0/2] Support micro operation measurement on arm64
@ 2018-09-04 15:34 Andrew Jones
  2018-09-04 15:34 ` [PATCH kvm-unit-tests v3 1/2] arm/arm64: add GICD_IIDR definition Andrew Jones
  2018-09-04 15:34 ` [PATCH kvm-unit-tests v3 2/2] arm64: add micro-bench Andrew Jones
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Jones @ 2018-09-04 15:34 UTC (permalink / raw)
  To: kvm; +Cc: marc.zyngier, ynorov, kvmarm, shihwei

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.

v3:
 - add missing breaks in switch statement [Shih-Wei]
v2:
 - add missing 'L' in 'UL' for PS_PER_SEC. There's a lot of picoseconds
   in a second!

Thanks,
drew

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

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

-- 
2.17.1

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

end of thread, other threads:[~2018-09-04 15:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04 15:34 [PATCH kvm-unit-tests v3 0/2] Support micro operation measurement on arm64 Andrew Jones
2018-09-04 15:34 ` [PATCH kvm-unit-tests v3 1/2] arm/arm64: add GICD_IIDR definition Andrew Jones
2018-09-04 15:34 ` [PATCH kvm-unit-tests v3 2/2] arm64: add micro-bench Andrew Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.