[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2770fc4e-cbb2-07bc-681f-6f4a29827b7d@redhat.com>
Date: Tue, 16 Nov 2021 16:45:56 +0100
From: Paolo Bonzini <pbonzini@...hat.com>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Brijesh Singh <brijesh.singh@....com>,
David Rientjes <rientjes@...gle.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Marc Orr <marcorr@...gle.com>, Peter Gonda <pgonda@...gle.com>,
Sean Christopherson <seanjc@...gle.com>,
Tom Lendacky <thomas.lendacky@....com>, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] selftests: KVM: Add /x86_64/sev_migrate_tests to
.gitignore
On 11/16/21 16:03, Arnaldo Carvalho de Melo wrote:
> $ git status
> nothing to commit, working tree clean
> $
> $ make -C tools/testing/selftests/kvm/ > /dev/null 2>&1
> $ git status
>
> Untracked files:
> (use "git add <file>..." to include in what will be committed)
> tools/testing/selftests/kvm/x86_64/sev_migrate_tests
>
> nothing added to commit but untracked files present (use "git add" to track)
> $
>
> Fixes: 6a58150859fdec76 ("selftest: KVM: Add intra host migration tests")
> Cc: Brijesh Singh <brijesh.singh@....com>
> Cc: David Rientjes <rientjes@...gle.com>
> Cc: Linus Torvalds <torvalds@...ux-foundation.org>
> Cc: Marc Orr <marcorr@...gle.com>
> Cc: Paolo Bonzini <pbonzini@...hat.com>
> Cc: Peter Gonda <pgonda@...gle.com>
> Cc: Sean Christopherson <seanjc@...gle.com>
> Cc: Tom Lendacky <thomas.lendacky@....com>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
> ---
> 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 d4a8301396833fc8..3763105029fb3b3c 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -23,6 +23,7 @@
> /x86_64/platform_info_test
> /x86_64/set_boot_cpu_id
> /x86_64/set_sregs_test
> +/x86_64/sev_migrate_tests
> /x86_64/smm_test
> /x86_64/state_test
> /x86_64/svm_vmcall_test
>
Queued, thanks.
Paolo
Powered by blists - more mailing lists