All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Anders Roxell <anders.roxell@linaro.org>,
	rkrcmar@redhat.com, shuah@kernel.org
Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] selftests/kvm: add missing executables to .gitignore
Date: Fri, 19 Oct 2018 18:15:05 +0200	[thread overview]
Message-ID: <54a935cb-4023-b414-c55a-c89cbefe942c@redhat.com> (raw)
In-Reply-To: <20181019143816.4509-1-anders.roxell@linaro.org>

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

WARNING: multiple messages have this Message-ID (diff)
From: pbonzini at redhat.com (Paolo Bonzini)
Subject: [PATCH] selftests/kvm: add missing executables to .gitignore
Date: Fri, 19 Oct 2018 18:15:05 +0200	[thread overview]
Message-ID: <54a935cb-4023-b414-c55a-c89cbefe942c@redhat.com> (raw)
In-Reply-To: <20181019143816.4509-1-anders.roxell@linaro.org>

On 19/10/2018 16:38, Anders Roxell wrote:
> Fixes: 18178ff86217 ("KVM: selftests: add Enlightened VMCS test")
> Signed-off-by: Anders Roxell <anders.roxell at 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

WARNING: multiple messages have this Message-ID (diff)
From: pbonzini@redhat.com (Paolo Bonzini)
Subject: [PATCH] selftests/kvm: add missing executables to .gitignore
Date: Fri, 19 Oct 2018 18:15:05 +0200	[thread overview]
Message-ID: <54a935cb-4023-b414-c55a-c89cbefe942c@redhat.com> (raw)
Message-ID: <20181019161505.K1L77MNmhrkYNpvWhaPFmNiVRT_FUdIdOt3SH0fmBAU@z> (raw)
In-Reply-To: <20181019143816.4509-1-anders.roxell@linaro.org>

On 19/10/2018 16:38, Anders Roxell wrote:
> Fixes: 18178ff86217 ("KVM: selftests: add Enlightened VMCS test")
> Signed-off-by: Anders Roxell <anders.roxell at 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

  reply	other threads:[~2018-10-19 16:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-19 14:38 [PATCH] selftests/kvm: add missing executables to .gitignore Anders Roxell
2018-10-19 14:38 ` Anders Roxell
2018-10-19 14:38 ` anders.roxell
2018-10-19 16:15 ` Paolo Bonzini [this message]
2018-10-19 16:15   ` Paolo Bonzini
2018-10-19 16:15   ` pbonzini
2019-01-08  9:26 Anders Roxell
2019-01-08  9:26 ` Anders Roxell
2019-01-08  9:26 ` anders.roxell
2019-01-31 19:09 ` Anders Roxell
2019-01-31 19:09   ` Anders Roxell
2019-01-31 19:09   ` anders.roxell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54a935cb-4023-b414-c55a-c89cbefe942c@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=anders.roxell@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=rkrcmar@redhat.com \
    --cc=shuah@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.