Message ID | 20190506141910.197288-1-aaronlewis@google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] tests: kvm: Add tests to .gitignore | expand |
On 06/05/19 09:19, Aaron Lewis wrote: > 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> > --- > tools/testing/selftests/kvm/.gitignore | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > 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 @@ > /x86_64/cr4_cpuid_sync_test > /x86_64/evmcs_test > +/x86_64/hyperv_cpuid > /x86_64/platform_info_test > /x86_64/set_sregs_test > +/x86_64/smm_test > +/x86_64/state_test > /x86_64/sync_regs_test > /x86_64/vmx_close_while_nested_test > /x86_64/vmx_tsc_adjust_test > -/x86_64/state_test > +/clear_dirty_log_test > /dirty_log_test > Queued, thanks. Paolo
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 @@ /x86_64/cr4_cpuid_sync_test /x86_64/evmcs_test +/x86_64/hyperv_cpuid /x86_64/platform_info_test /x86_64/set_sregs_test +/x86_64/smm_test +/x86_64/state_test /x86_64/sync_regs_test /x86_64/vmx_close_while_nested_test /x86_64/vmx_tsc_adjust_test -/x86_64/state_test +/clear_dirty_log_test /dirty_log_test