public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests 00/10] report is nice, use it more
@ 2014-12-12 16:06 Andrew Jones
  2014-12-12 16:06 ` [PATCH 01/10] x86: hypercall: add missing report_summary Andrew Jones
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Andrew Jones @ 2014-12-12 16:06 UTC (permalink / raw)
  To: kvm

This series applies report() to more x86 unit tests. It also
cleans up some uses of it in vmx_tests. Finally, it also
introduces report prefix support, and applies that a few places.
There should be no functional changes with this series, except of
course the output formatting (which makes the churn debatable).
Anyway, I believe this series helps us to start converging on a
"standard" output format for all unit tests.

I'm afraid I didn't test all the changes, as not all unit tests
could run on my test machine.
  svm 		- didn't run
  xsave		- didn't run 'have xsave' tests
  asyncpf	- is commented out of unittests.cfg,
		  and I didn't uncomment it out
  pmu		- didn't run

(I probably should add a bunch of kvm-unit-tests contributors to
 the CC in order to alert them that I'm touching their unit tests,
 but I don't think this series warrants all the git blaming, so
 I'm not adding anybody at all :-)
 

Andrew Jones (10):
  x86: hypercall: add missing report_summary
  x86: pmu: report takes a fmt
  x86: vmx: better use of report
  x86: tsc_adjust: use report
  x86: svm: use report
  x86: asyncpf: use report
  x86: xsave: use report
  report: add prefix support
  x86: use report prefixes
  arm: use report prefixes

 arm/selftest.c   |  31 ++++-----
 lib/libcflat.h   |   2 +
 lib/report.c     |  22 ++++++
 lib/string.c     |  17 +++++
 lib/string.h     |   1 +
 x86/apic.c       |   8 ++-
 x86/asyncpf.c    |  15 ++--
 x86/hypercall.c  |   2 +-
 x86/pmu.c        |  28 +++++---
 x86/svm.c        |  25 +++----
 x86/tsc_adjust.c |  44 ++++--------
 x86/vmx_tests.c  | 204 +++++++++++++------------------------------------------
 x86/xsave.c      | 150 +++++++++++++++-------------------------
 13 files changed, 210 insertions(+), 339 deletions(-)

-- 
1.9.3


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

end of thread, other threads:[~2014-12-15 15:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12 16:06 [PATCH kvm-unit-tests 00/10] report is nice, use it more Andrew Jones
2014-12-12 16:06 ` [PATCH 01/10] x86: hypercall: add missing report_summary Andrew Jones
2014-12-12 16:06 ` [PATCH 02/10] x86: pmu: report takes a fmt Andrew Jones
2014-12-15 15:03   ` Paolo Bonzini
2014-12-15 15:03   ` Paolo Bonzini
2014-12-12 16:06 ` [PATCH 03/10] x86: vmx: better use of report Andrew Jones
2014-12-12 16:06 ` [PATCH 04/10] x86: tsc_adjust: use report Andrew Jones
2014-12-12 16:06 ` [PATCH 05/10] x86: svm: " Andrew Jones
2014-12-12 16:06 ` [PATCH 06/10] x86: asyncpf: " Andrew Jones
2014-12-12 16:06 ` [PATCH 07/10] x86: xsave: " Andrew Jones
2014-12-12 16:06 ` [PATCH 08/10] report: add prefix support Andrew Jones
2014-12-12 16:06 ` [PATCH 09/10] x86: use report prefixes Andrew Jones
2014-12-12 16:06 ` [PATCH 10/10] arm: " Andrew Jones
2014-12-12 16:19 ` [PATCH kvm-unit-tests 00/10] report is nice, use it more Andrew Jones
2014-12-15 15:11   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox