diff mbox series

[1/6] selftests: kvm: add tsc_msrs_test binary to gitignore

Message ID 20201027231044.655110-2-oupton@google.com (mailing list archive)
State New, archived
Headers show
Series Some fixes and a test for KVM_CAP_ENFORCE_PV_CPUID | expand

Commit Message

Oliver Upton Oct. 27, 2020, 11:10 p.m. UTC
Fixes: 0c899c25d754 ("KVM: x86: do not attempt TSC synchronization on guest writes")
Signed-off-by: Oliver Upton <oupton@google.com>
---
 tools/testing/selftests/kvm/.gitignore | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 307ceaadbbb9..0f19f5999b88 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -15,6 +15,7 @@ 
 /x86_64/vmx_preemption_timer_test
 /x86_64/svm_vmcall_test
 /x86_64/sync_regs_test
+/x86_64/tsc_msrs_test
 /x86_64/vmx_close_while_nested_test
 /x86_64/vmx_dirty_log_test
 /x86_64/vmx_set_nested_state_test