summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-07-31 10:28:51 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2019-08-09 10:50:09 -0400
commite2c26537ea7652d123ddb01ceb1aa0e2a5edb7ad (patch)
treeec36547d9c705b42fbb85952c460abfa816dde30 /tools
parent8f946da73aaa1c3f609bd14d1193f39afa6830c7 (diff)
KVM: selftests: Update gitignore file for latest changes
The kvm_create_max_vcpus test has been moved to the main directory, and sync_regs_test is now available on s390x, too. Signed-off-by: Thomas Huth <thuth@redhat.com> Acked-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/kvm/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 41266af0d3dc..b35da375530a 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -1,7 +1,7 @@
1/s390x/sync_regs_test
1/x86_64/cr4_cpuid_sync_test 2/x86_64/cr4_cpuid_sync_test
2/x86_64/evmcs_test 3/x86_64/evmcs_test
3/x86_64/hyperv_cpuid 4/x86_64/hyperv_cpuid
4/x86_64/kvm_create_max_vcpus
5/x86_64/mmio_warning_test 5/x86_64/mmio_warning_test
6/x86_64/platform_info_test 6/x86_64/platform_info_test
7/x86_64/set_sregs_test 7/x86_64/set_sregs_test
@@ -13,3 +13,4 @@
13/x86_64/vmx_tsc_adjust_test 13/x86_64/vmx_tsc_adjust_test
14/clear_dirty_log_test 14/clear_dirty_log_test
15/dirty_log_test 15/dirty_log_test
16/kvm_create_max_vcpus