2019-07-31 15:22:01

by Thomas Huth

[permalink] [raw]
Subject: [PATCH] KVM: selftests: Update gitignore file for latest changes

The kvm_create_max_vcpus test has been moved to the main directory,
and sync_regs_test is now available on s390x, too.

Signed-off-by: Thomas Huth <[email protected]>
---
tools/testing/selftests/kvm/.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 41266af0d3dc..b35da375530a 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -1,7 +1,7 @@
+/s390x/sync_regs_test
/x86_64/cr4_cpuid_sync_test
/x86_64/evmcs_test
/x86_64/hyperv_cpuid
-/x86_64/kvm_create_max_vcpus
/x86_64/mmio_warning_test
/x86_64/platform_info_test
/x86_64/set_sregs_test
@@ -13,3 +13,4 @@
/x86_64/vmx_tsc_adjust_test
/clear_dirty_log_test
/dirty_log_test
+/kvm_create_max_vcpus
--
2.21.0


2019-08-01 15:25:45

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH] KVM: selftests: Update gitignore file for latest changes

On 7/31/19 8:28 AM, Thomas Huth wrote:
> The kvm_create_max_vcpus test has been moved to the main directory,
> and sync_regs_test is now available on s390x, too.
>
> Signed-off-by: Thomas Huth <[email protected]>
> ---
> tools/testing/selftests/kvm/.gitignore | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 41266af0d3dc..b35da375530a 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -1,7 +1,7 @@
> +/s390x/sync_regs_test
> /x86_64/cr4_cpuid_sync_test
> /x86_64/evmcs_test
> /x86_64/hyperv_cpuid
> -/x86_64/kvm_create_max_vcpus
> /x86_64/mmio_warning_test
> /x86_64/platform_info_test
> /x86_64/set_sregs_test
> @@ -13,3 +13,4 @@
> /x86_64/vmx_tsc_adjust_test
> /clear_dirty_log_test
> /dirty_log_test
> +/kvm_create_max_vcpus
>

Hi Paolo,

Let me know if you need me to take any of these patches. In any
case:

Acked-by: Shuah Khan <[email protected]>

thanks,
-- Shuah

2019-08-04 03:30:20

by Paolo Bonzini

[permalink] [raw]
Subject: Re: [PATCH] KVM: selftests: Update gitignore file for latest changes

On 01/08/19 15:58, shuah wrote:
>>
>
> Hi Paolo,
>
> Let me know if you need me to take any of these patches. In any
> case:
>
> Acked-by: Shuah Khan <[email protected]>

Thanks, I've queued these in the KVM tree.

Paolo