On Thu, Jun 27, 2019 at 12:45:18PM +0530, Naresh Kamboju wrote:
Hi,
We (kernel validation team) at Linaro running KVM unit tests [1] on arm64 and x86_64 architectures. Please share the Kernel configs fragments required for better testing coverage. Thank you.
[1] https://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git
For arm64 if you're testing on a host with a latest kernel installed, which of course has KVM enabled, and all the kvm-unit-tests test are passing (except for the GIC tests that are not appropriate for your host, which will be skipped), then you're getting all the coverage those tests provide.
I'm not sure about x86_64, but I imagine a similar statement to what I said for arm64 applies. If you don't get all passes, then you can check your host's config to see if there are KVM* symbols disabled that look relevant.
drew