kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH 0/8] x86: non-KVM improvements
@ 2021-06-09 18:29 Nadav Amit
  2021-06-09 18:29 ` [kvm-unit-tests PATCH 1/8] lib/x86: report result through serial console when no test device Nadav Amit
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Nadav Amit @ 2021-06-09 18:29 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: kvm, Nadav Amit

From: Nadav Amit <nadav.amit@gmail.com>

This set includes various fixes and improvements, mostly for non-KVM
environments.

The purpose of the patches are: easier to parse test results, skipping
tests that are unsupported and few fixes to tests.

Nadav Amit (8):
  lib/x86: report result through serial console when no test device
  x86/tsx-ctrl: report skipping tests correctly
  x86/smptest: handle non-consecutive APIC IDs
  x86/hypercall: enable the test on non-KVM environment
  x86/hyperv: skip hyperv-clock test if unsupported by host
  x86/syscall: skip TF-test if running neither on KVM nor AMD
  x86/pmu: Skip the tests on PMU version 1
  x86/vmx: skip error-code delivery tests for #CP

 lib/x86/io.c        |  3 +++
 lib/x86/processor.h |  9 +++++++++
 x86/hypercall.c     | 31 +++++++++++++++++++++++--------
 x86/hyperv_clock.c  |  5 +++++
 x86/pmu.c           |  6 ++++++
 x86/realmode.c      |  5 +++++
 x86/smptest.c       |  3 ++-
 x86/syscall.c       |  7 ++++++-
 x86/tsx-ctrl.c      |  6 +++---
 x86/vmx_tests.c     |  3 +++
 10 files changed, 65 insertions(+), 13 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-06-10 12:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09 18:29 [kvm-unit-tests PATCH 0/8] x86: non-KVM improvements Nadav Amit
2021-06-09 18:29 ` [kvm-unit-tests PATCH 1/8] lib/x86: report result through serial console when no test device Nadav Amit
2021-06-09 18:29 ` [kvm-unit-tests PATCH 2/8] x86/tsx-ctrl: report skipping tests correctly Nadav Amit
2021-06-09 18:29 ` [kvm-unit-tests PATCH 3/8] x86/smptest: handle non-consecutive APIC IDs Nadav Amit
2021-06-09 18:29 ` [kvm-unit-tests PATCH 4/8] x86/hypercall: enable the test on non-KVM environment Nadav Amit
2021-06-09 18:37   ` Jim Mattson
2021-06-09 18:39     ` Nadav Amit
2021-06-09 18:29 ` [kvm-unit-tests PATCH 5/8] x86/hyperv: skip hyperv-clock test if unsupported by host Nadav Amit
2021-06-09 18:29 ` [kvm-unit-tests PATCH 6/8] x86/syscall: skip TF-test if running neither on KVM nor AMD Nadav Amit
2021-06-09 18:29 ` [kvm-unit-tests PATCH 7/8] x86/pmu: Skip the tests on PMU version 1 Nadav Amit
2021-06-10  1:22   ` Like Xu
2021-06-10  7:44     ` Nadav Amit
2021-06-10  8:30       ` Like Xu
2021-06-09 18:29 ` [kvm-unit-tests PATCH 8/8] x86/vmx: skip error-code delivery tests for #CP Nadav Amit
2021-06-10 12:30 ` [kvm-unit-tests PATCH 0/8] x86: non-KVM improvements Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).