diff options
| author | Aaron Lewis <aaronlewis@google.com> | 2019-05-06 10:19:10 -0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-05-08 08:02:09 -0400 |
| commit | 648a93c82b46638f3372123a18f095ddabcfc657 (patch) | |
| tree | 5e132d2af3b4cd0b8885e21792cfc3c8953ba137 | |
| parent | d7547c55cbe7471255ca51f14bcd4699f5eaabe5 (diff) | |
tests: kvm: Add tests to .gitignore
Signed-off-by: Aaron Lewis <aaronlewis@google.com>
Reviewed-by: Peter Shier <pshier@google.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
Reviewed-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
| -rw-r--r-- | tools/testing/selftests/kvm/.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore index 2689d1ea6d7a..6027b5f3d72d 100644 --- a/tools/testing/selftests/kvm/.gitignore +++ b/tools/testing/selftests/kvm/.gitignore | |||
| @@ -1,9 +1,12 @@ | |||
| 1 | /x86_64/cr4_cpuid_sync_test | 1 | /x86_64/cr4_cpuid_sync_test |
| 2 | /x86_64/evmcs_test | 2 | /x86_64/evmcs_test |
| 3 | /x86_64/hyperv_cpuid | ||
| 3 | /x86_64/platform_info_test | 4 | /x86_64/platform_info_test |
| 4 | /x86_64/set_sregs_test | 5 | /x86_64/set_sregs_test |
| 6 | /x86_64/smm_test | ||
| 7 | /x86_64/state_test | ||
| 5 | /x86_64/sync_regs_test | 8 | /x86_64/sync_regs_test |
| 6 | /x86_64/vmx_close_while_nested_test | 9 | /x86_64/vmx_close_while_nested_test |
| 7 | /x86_64/vmx_tsc_adjust_test | 10 | /x86_64/vmx_tsc_adjust_test |
| 8 | /x86_64/state_test | 11 | /clear_dirty_log_test |
| 9 | /dirty_log_test | 12 | /dirty_log_test |
