On 8/8/19 6:31 AM, Naresh Kamboju wrote:
selftests kvm all test cases need pre-required kernel configs for the
tests to get pass.

The KVM tests are skipped without these configs:

         dev_fd = open(KVM_DEV_PATH, O_RDONLY);
         if (dev_fd < 0)
                 exit(KSFT_SKIP);


Thanks.

Signed-off-by: Naresh Kamboju <[email protected]>
---
  tools/testing/selftests/kvm/config | 3 +++
  1 file changed, 3 insertions(+)
  create mode 100644 tools/testing/selftests/kvm/config

diff --git a/tools/testing/selftests/kvm/config 
b/tools/testing/selftests/kvm/config
new file mode 100644
index 000000000000..63ed533f73d6
--- /dev/null
+++ b/tools/testing/selftests/kvm/config
@@ -0,0 +1,3 @@
+CONFIG_KVM=y
+CONFIG_KVM_INTEL=y
+CONFIG_KVM_AMD=y


Acked-by: Shuah Khan <[email protected]>

thanks,
-- Shuah

Reply via email to