Fixes: 2a31b9db1535 ("kvm: introduce manual dirty log reprotect")
Fixes: 7edcb7343327 ("KVM: selftests: Add hyperv_cpuid test")
Signed-off-by: Anders Roxell <[email protected]>
---
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
On Tue, 8 Jan 2019 at 10:27, Anders Roxell <[email protected]> wrote:
>
> Fixes: 2a31b9db1535 ("kvm: introduce manual dirty log reprotect")
> Fixes: 7edcb7343327 ("KVM: selftests: Add hyperv_cpuid test")
> Signed-off-by: Anders Roxell <[email protected]>
> ---
> 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