All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests: kvm: Add tests to .gitignore
@ 2019-05-02 18:31 Aaron Lewis
  2019-05-03 16:30 ` Sean Christopherson
  2019-05-08 12:01 ` Paolo Bonzini
  0 siblings, 2 replies; 3+ messages in thread
From: Aaron Lewis @ 2019-05-02 18:31 UTC (permalink / raw)
  To: pbonzini, rkrcmar, jmattson, marcorr, kvm; +Cc: Aaron Lewis, Peter Shier

Signed-off-by: Aaron Lewis <aaronlewis@google.com>
Reviewed-by: Peter Shier <pshier@google.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
---
 tools/testing/selftests/kvm/.gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 2689d1ea6d7a..391a19231618 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -6,4 +6,7 @@
 /x86_64/vmx_close_while_nested_test
 /x86_64/vmx_tsc_adjust_test
 /x86_64/state_test
+/x86_64/hyperv_cpuid
+/x86_64/smm_test
+/clear_dirty_log_test
 /dirty_log_test
-- 
2.21.0.593.g511ec345e18-goog


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] tests: kvm: Add tests to .gitignore
  2019-05-02 18:31 [PATCH] tests: kvm: Add tests to .gitignore Aaron Lewis
@ 2019-05-03 16:30 ` Sean Christopherson
  2019-05-08 12:01 ` Paolo Bonzini
  1 sibling, 0 replies; 3+ messages in thread
From: Sean Christopherson @ 2019-05-03 16:30 UTC (permalink / raw)
  To: Aaron Lewis; +Cc: pbonzini, rkrcmar, jmattson, marcorr, kvm, Peter Shier

On Thu, May 02, 2019 at 11:31:50AM -0700, 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>
> ---
>  tools/testing/selftests/kvm/.gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 2689d1ea6d7a..391a19231618 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -6,4 +6,7 @@
>  /x86_64/vmx_close_while_nested_test
>  /x86_64/vmx_tsc_adjust_test
>  /x86_64/state_test
> +/x86_64/hyperv_cpuid
> +/x86_64/smm_test
> +/clear_dirty_log_test
>  /dirty_log_test

Super nit: would you want to organize these alphabetically?  Only the last
two entries (x86_64/state_test and dirty_log_test) would need to be moved.

Wish we didn't have to play whack-a-mole with ignoring tests, but a quick
glance at the selftest build system doesn't reveal an easy way to provide
and ignore an output directory :(

Reviewed-by: Sean Christopherson <sean.j.christopherson@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tests: kvm: Add tests to .gitignore
  2019-05-02 18:31 [PATCH] tests: kvm: Add tests to .gitignore Aaron Lewis
  2019-05-03 16:30 ` Sean Christopherson
@ 2019-05-08 12:01 ` Paolo Bonzini
  1 sibling, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2019-05-08 12:01 UTC (permalink / raw)
  To: Aaron Lewis, rkrcmar, jmattson, marcorr, kvm; +Cc: Peter Shier

On 02/05/19 13:31, 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>
> ---
>  tools/testing/selftests/kvm/.gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 2689d1ea6d7a..391a19231618 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -6,4 +6,7 @@
>  /x86_64/vmx_close_while_nested_test
>  /x86_64/vmx_tsc_adjust_test
>  /x86_64/state_test
> +/x86_64/hyperv_cpuid
> +/x86_64/smm_test
> +/clear_dirty_log_test
>  /dirty_log_test
> 

Queued, thanks.

Paolo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-08 12:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-02 18:31 [PATCH] tests: kvm: Add tests to .gitignore Aaron Lewis
2019-05-03 16:30 ` Sean Christopherson
2019-05-08 12:01 ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.