commit | d5edb7f8e7ab9fd5fd54a77d957b1733f117a813 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Mar 27 22:46:11 2018 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Apr 16 17:50:23 2018 +0200 |
tree | b402239dcce86b8d49d27b9010b165f2de88af46 | |
parent | dd259935e4eec844dc3e5b8a7cd951cd658b4fb6 [diff] |
kvm: selftests: add vmx_tsc_adjust_test The test checks the behavior of setting MSR_IA32_TSC in a nested guest, and the TSC_OFFSET VMCS field in general. It also introduces the testing infrastructure for Intel nested virtualization. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>