[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1555001308-36016-1-git-send-email-pbonzini@redhat.com>
Date: Thu, 11 Apr 2019 18:48:25 +0200
From: Paolo Bonzini <pbonzini@...hat.com>
To: linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Cc: vkuznets@...hat.com,
Sean Christopherson <sean.j.christopherson@...el.com>
Subject: [PATCH 0/3] kvm: selftests fixes and a new smm_test
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
Powered by blists - more mailing lists