linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/kvm: add missing executables to .gitignore
@ 2018-10-19 14:38 Anders Roxell
  2018-10-19 16:15 ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Anders Roxell @ 2018-10-19 14:38 UTC (permalink / raw)
  To: pbonzini, rkrcmar, shuah; +Cc: linux-kselftest, linux-kernel, Anders Roxell

Fixes: 18178ff86217 ("KVM: selftests: add Enlightened VMCS test")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 tools/testing/selftests/kvm/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 552b0d9a49f4..6210ba41c29e 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -1,4 +1,5 @@
 /x86_64/cr4_cpuid_sync_test
+/x86_64/evmcs_test
 /x86_64/platform_info_test
 /x86_64/set_sregs_test
 /x86_64/sync_regs_test
-- 
2.19.1


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

* Re: [PATCH] selftests/kvm: add missing executables to .gitignore
  2018-10-19 14:38 [PATCH] selftests/kvm: add missing executables to .gitignore Anders Roxell
@ 2018-10-19 16:15 ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2018-10-19 16:15 UTC (permalink / raw)
  To: Anders Roxell, rkrcmar, shuah; +Cc: linux-kselftest, linux-kernel

On 19/10/2018 16:38, Anders Roxell wrote:
> Fixes: 18178ff86217 ("KVM: selftests: add Enlightened VMCS test")
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>  tools/testing/selftests/kvm/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 552b0d9a49f4..6210ba41c29e 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -1,4 +1,5 @@
>  /x86_64/cr4_cpuid_sync_test
> +/x86_64/evmcs_test
>  /x86_64/platform_info_test
>  /x86_64/set_sregs_test
>  /x86_64/sync_regs_test
> 

Queued, thanks.

Paolo

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

* Re: [PATCH] selftests/kvm: add missing executables to .gitignore
  2019-01-08  9:26 Anders Roxell
@ 2019-01-31 19:09 ` Anders Roxell
  0 siblings, 0 replies; 4+ messages in thread
From: Anders Roxell @ 2019-01-31 19:09 UTC (permalink / raw)
  To: Paolo Bonzini, Shuah Khan
  Cc: open list:KERNEL SELFTEST FRAMEWORK, Linux Kernel Mailing List

On Tue, 8 Jan 2019 at 10:27, Anders Roxell <anders.roxell@linaro.org> wrote:
>
> Fixes: 2a31b9db1535 ("kvm: introduce manual dirty log reprotect")
> Fixes: 7edcb7343327 ("KVM: selftests: Add hyperv_cpuid test")
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>  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 6210ba41c29e..51ffd8a8bc38 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -1,8 +1,10 @@
>  /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/sync_regs_test
>  /x86_64/vmx_tsc_adjust_test
>  /x86_64/state_test
> +/clear_dirty_log_test
>  /dirty_log_test
> --
> 2.20.1
>

Does this make sense or should I redo it?

Cheers,
Anders

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

* [PATCH] selftests/kvm: add missing executables to .gitignore
@ 2019-01-08  9:26 Anders Roxell
  2019-01-31 19:09 ` Anders Roxell
  0 siblings, 1 reply; 4+ messages in thread
From: Anders Roxell @ 2019-01-08  9:26 UTC (permalink / raw)
  To: pbonzini, shuah; +Cc: linux-kselftest, linux-kernel, Anders Roxell

Fixes: 2a31b9db1535 ("kvm: introduce manual dirty log reprotect")
Fixes: 7edcb7343327 ("KVM: selftests: Add hyperv_cpuid test")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 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 6210ba41c29e..51ffd8a8bc38 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -1,8 +1,10 @@
 /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/sync_regs_test
 /x86_64/vmx_tsc_adjust_test
 /x86_64/state_test
+/clear_dirty_log_test
 /dirty_log_test
-- 
2.20.1


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

end of thread, other threads:[~2019-01-31 19:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-19 14:38 [PATCH] selftests/kvm: add missing executables to .gitignore Anders Roxell
2018-10-19 16:15 ` Paolo Bonzini
2019-01-08  9:26 Anders Roxell
2019-01-31 19:09 ` Anders Roxell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).