[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190513140305.GA28561@linux.intel.com>
Date: Mon, 13 May 2019 07:03:05 -0700
From: Sean Christopherson <sean.j.christopherson@...el.com>
To: Kelsey Skunberg <skunberg.kelsey@...il.com>
Cc: shuah@...nel.org, pbonzini@...hat.com, rkrcmar@...hat.com,
linux-kselftest@...r.kernel.org, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org, skhan@...uxfoundation.org,
linux-kernel-mentees@...ts.linuxfoundation.org
Subject: Re: [PATCH v2] selftests: kvm: Add files generated when compiled to
.gitignore
On Sat, May 11, 2019 at 10:44:34PM -0600, Kelsey Skunberg wrote:
> The following files are generated in /selftests/kvm/ after compiling and
> should be added to /selftests/kvm/.gitignore:
>
> - /x86_64/hyperv_cpuid
> - /x86_64/smm_test
> - /clear_dirty_log_test
>
> Signed-off-by: Kelsey Skunberg <skunberg.kelsey@...il.com>
> ---
An equivalent patch has already been queued.
https://patchwork.kernel.org/patch/10931115/
> Changes since v1:
> - Included /clear_dirty_log_test to .gitignore
> - Updated commit log to reflect file added
>
> 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.20.1
>
Powered by blists - more mailing lists