selftests: kvm: Merge user_msr_test into userspace_msr_exit_test
authorAaron Lewis <aaronlewis@google.com>
Fri, 4 Dec 2020 17:25:31 +0000 (09:25 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 12 Dec 2020 00:00:58 +0000 (19:00 -0500)
commitfb6360534ecc0a2703f7b6076cf1397385d23df8
tree5bbb3cac899ee70b35ea86127b99a322578ffdce
parent3cea1891748e0ed8e79fa5d9afe40750319751d1
selftests: kvm: Merge user_msr_test into userspace_msr_exit_test

Both user_msr_test and userspace_msr_exit_test tests the functionality
of kvm_msr_filter.  Instead of testing this feature in two tests, merge
them together, so there is only one test for this feature.

Signed-off-by: Aaron Lewis <aaronlewis@google.com>
Message-Id: <20201204172530.2958493-1-aaronlewis@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/.gitignore
tools/testing/selftests/kvm/Makefile
tools/testing/selftests/kvm/x86_64/user_msr_test.c [deleted file]
tools/testing/selftests/kvm/x86_64/userspace_msr_exit_test.c