stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org,
	bsd@redhat.com, stable@vger.kernel.org
Subject: Re: [PATCH] KVM: VMX: fixes for vmentry_l1d_flush module parameter
Date: Wed, 22 Aug 2018 20:02:49 +0200	[thread overview]
Message-ID: <6289f6db-c55f-d497-090d-ff5ecf28b6c8@redhat.com> (raw)
In-Reply-To: <20180822152913.GC2616@char.us.oracle.com>

On 22/08/2018 17:29, Konrad Rzeszutek Wilk wrote:
>> +	[VMENTER_L1D_FLUSH_AUTO]	 = {"auto", true},
>> +	[VMENTER_L1D_FLUSH_NEVER]	 = {"never", true},
>> +	[VMENTER_L1D_FLUSH_COND]	 = {"cond", true},
>> +	[VMENTER_L1D_FLUSH_ALWAYS]	 = {"always", true},
>> +	[VMENTER_L1D_FLUSH_EPT_DISABLED] = {"EPT disabled", false},
>> +	[VMENTER_L1D_FLUSH_NOT_REQUIRED] = {"not required", false},
> Ingo likes these to have tabs. Any chance you could do:
> 
> 	[VMENTER_L1D_FLUSH_NOT_REQUIRED] = {"not required",	false},
> 
> or so?
> 

Hmm, too late...  Sorry about that.

Paolo

  reply	other threads:[~2018-08-22 21:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-22 14:53 [PATCH] KVM: VMX: fixes for vmentry_l1d_flush module parameter Paolo Bonzini
2018-08-22 15:29 ` Konrad Rzeszutek Wilk
2018-08-22 18:02   ` Paolo Bonzini [this message]
2018-08-22 15:31 ` Jack Wang

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=6289f6db-c55f-d497-090d-ff5ecf28b6c8@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=bsd@redhat.com \
    --cc=konrad.wilk@oracle.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@vger.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 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).