diff mbox series

selftests: kvm: Update .gitignore with missing binaries

Message ID 20200330211922.24290-1-wainersm@redhat.com (mailing list archive)
State New, archived
Headers show
Series selftests: kvm: Update .gitignore with missing binaries | expand

Commit Message

Wainer dos Santos Moschetta March 30, 2020, 9:19 p.m. UTC
Updated .gitignore to ignore x86_64/svm_vmcall_test and
s390x/resets test binaries.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
---
 tools/testing/selftests/kvm/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

Comments

Janosch Frank March 31, 2020, 7:09 a.m. UTC | #1
On 3/30/20 11:19 PM, Wainer dos Santos Moschetta wrote:
> Updated .gitignore to ignore x86_64/svm_vmcall_test and
> s390x/resets test binaries.
> 
> Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>

Oh, didn't know I needed to do that...
Thanks for fixing this up.

Acked-by: Janosch Frank <frankja@linux.ibm.com>

> ---
>  tools/testing/selftests/kvm/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 30072c3f52fb..489b9cf9eed5 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -1,3 +1,4 @@
> +/s390x/resets
>  /s390x/sync_regs_test
>  /s390x/memop
>  /x86_64/cr4_cpuid_sync_test
> @@ -8,6 +9,7 @@
>  /x86_64/set_sregs_test
>  /x86_64/smm_test
>  /x86_64/state_test
> +/x86_64/svm_vmcall_test
>  /x86_64/sync_regs_test
>  /x86_64/vmx_close_while_nested_test
>  /x86_64/vmx_dirty_log_test
>
Andrew Jones March 31, 2020, 7:49 a.m. UTC | #2
On Tue, Mar 31, 2020 at 09:09:17AM +0200, Janosch Frank wrote:
> On 3/30/20 11:19 PM, Wainer dos Santos Moschetta wrote:
> > Updated .gitignore to ignore x86_64/svm_vmcall_test and
> > s390x/resets test binaries.
> > 
> > Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
> 
> Oh, didn't know I needed to do that...
> Thanks for fixing this up.

I've already sent these, and they've been merged to kvm/queue.

> 
> Acked-by: Janosch Frank <frankja@linux.ibm.com>
> 
> > ---
> >  tools/testing/selftests/kvm/.gitignore | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> > index 30072c3f52fb..489b9cf9eed5 100644
> > --- a/tools/testing/selftests/kvm/.gitignore
> > +++ b/tools/testing/selftests/kvm/.gitignore
> > @@ -1,3 +1,4 @@
> > +/s390x/resets
> >  /s390x/sync_regs_test
> >  /s390x/memop
> >  /x86_64/cr4_cpuid_sync_test
> > @@ -8,6 +9,7 @@
> >  /x86_64/set_sregs_test
> >  /x86_64/smm_test
> >  /x86_64/state_test
> > +/x86_64/svm_vmcall_test
> >  /x86_64/sync_regs_test
> >  /x86_64/vmx_close_while_nested_test
> >  /x86_64/vmx_dirty_log_test
> > 
> 
>
Wainer dos Santos Moschetta March 31, 2020, 12:27 p.m. UTC | #3
On 3/31/20 4:49 AM, Andrew Jones wrote:
> On Tue, Mar 31, 2020 at 09:09:17AM +0200, Janosch Frank wrote:
>> On 3/30/20 11:19 PM, Wainer dos Santos Moschetta wrote:
>>> Updated .gitignore to ignore x86_64/svm_vmcall_test and
>>> s390x/resets test binaries.
>>>
>>> Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
>> Oh, didn't know I needed to do that...
>> Thanks for fixing this up.
> I've already sent these, and they've been merged to kvm/queue.


Sorry, before sending mine I searched in the mailing list but did not 
find any fix. Next time I look at queued patches as well.

Thanks!

>
>> Acked-by: Janosch Frank <frankja@linux.ibm.com>
>>
>>> ---
>>>   tools/testing/selftests/kvm/.gitignore | 2 ++
>>>   1 file changed, 2 insertions(+)
>>>
>>> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
>>> index 30072c3f52fb..489b9cf9eed5 100644
>>> --- a/tools/testing/selftests/kvm/.gitignore
>>> +++ b/tools/testing/selftests/kvm/.gitignore
>>> @@ -1,3 +1,4 @@
>>> +/s390x/resets
>>>   /s390x/sync_regs_test
>>>   /s390x/memop
>>>   /x86_64/cr4_cpuid_sync_test
>>> @@ -8,6 +9,7 @@
>>>   /x86_64/set_sregs_test
>>>   /x86_64/smm_test
>>>   /x86_64/state_test
>>> +/x86_64/svm_vmcall_test
>>>   /x86_64/sync_regs_test
>>>   /x86_64/vmx_close_while_nested_test
>>>   /x86_64/vmx_dirty_log_test
>>>
>>
>
>
diff mbox series

Patch

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 30072c3f52fb..489b9cf9eed5 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -1,3 +1,4 @@ 
+/s390x/resets
 /s390x/sync_regs_test
 /s390x/memop
 /x86_64/cr4_cpuid_sync_test
@@ -8,6 +9,7 @@ 
 /x86_64/set_sregs_test
 /x86_64/smm_test
 /x86_64/state_test
+/x86_64/svm_vmcall_test
 /x86_64/sync_regs_test
 /x86_64/vmx_close_while_nested_test
 /x86_64/vmx_dirty_log_test