linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] kvm: selftests fixes and a new smm_test
@ 2019-04-11 16:48 Paolo Bonzini
  2019-04-11 16:48 ` [PATCH 1/3] selftests: kvm/evmcs_test: complete I/O before migrating guest state Paolo Bonzini
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paolo Bonzini @ 2019-04-11 16:48 UTC (permalink / raw)
  To: linux-kernel, kvm; +Cc: vkuznets, Sean Christopherson

It turns out that the remaining issue in smm_test was in the test itself.
Here is the result...

Paolo

Paolo Bonzini (2):
  selftests: kvm/evmcs_test: complete I/O before migrating guest state
  selftests: kvm: fix for compilers that do not support -no-pie

Vitaly Kuznetsov (1):
  selftests: kvm: add a selftest for SMM

 tools/testing/selftests/kvm/Makefile               |   9 +-
 .../selftests/kvm/include/x86_64/processor.h       |  27 ++++
 tools/testing/selftests/kvm/lib/kvm_util.c         |   5 +
 tools/testing/selftests/kvm/lib/x86_64/processor.c |  20 ++-
 tools/testing/selftests/kvm/x86_64/evmcs_test.c    |   5 +-
 tools/testing/selftests/kvm/x86_64/smm_test.c      | 157 +++++++++++++++++++++
 tools/testing/selftests/kvm/x86_64/state_test.c    |  15 +-
 7 files changed, 215 insertions(+), 23 deletions(-)
 create mode 100644 tools/testing/selftests/kvm/x86_64/smm_test.c

-- 
1.8.3.1


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

end of thread, other threads:[~2019-04-16 13:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-11 16:48 [PATCH 0/3] kvm: selftests fixes and a new smm_test Paolo Bonzini
2019-04-11 16:48 ` [PATCH 1/3] selftests: kvm/evmcs_test: complete I/O before migrating guest state Paolo Bonzini
2019-04-16 13:39   ` Andrew Jones
2019-04-11 16:48 ` [PATCH 2/3] selftests: kvm: fix for compilers that do not support -no-pie Paolo Bonzini
2019-04-11 16:48 ` [PATCH 3/3] selftests: kvm: add a selftest for SMM 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).