linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush()
@ 2018-08-16  5:42 Yi Wang
  2018-08-20 13:03 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Yi Wang @ 2018-08-16  5:42 UTC (permalink / raw)
  To: pbonzini
  Cc: rkrcmar, tglx, mingo, hpa, kvm, x86, linux-kernel, jiang.biao2,
	wang.yi59, zhong.weidong

Substitute spaces with tab. No functional changes.

Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Jiang Biao <jiang.biao2@zte.com.cn>
---
 arch/x86/kvm/vmx.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 46b428c0..ef712b2 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -218,15 +218,15 @@ static int vmx_setup_l1d_flush(enum vmx_l1d_flush_state l1tf)
 		return 0;
 	}
 
-       if (boot_cpu_has(X86_FEATURE_ARCH_CAPABILITIES)) {
-	       u64 msr;
-
-	       rdmsrl(MSR_IA32_ARCH_CAPABILITIES, msr);
-	       if (msr & ARCH_CAP_SKIP_VMENTRY_L1DFLUSH) {
-		       l1tf_vmx_mitigation = VMENTER_L1D_FLUSH_NOT_REQUIRED;
-		       return 0;
-	       }
-       }
+	if (boot_cpu_has(X86_FEATURE_ARCH_CAPABILITIES)) {
+		u64 msr;
+
+		rdmsrl(MSR_IA32_ARCH_CAPABILITIES, msr);
+		if (msr & ARCH_CAP_SKIP_VMENTRY_L1DFLUSH) {
+			l1tf_vmx_mitigation = VMENTER_L1D_FLUSH_NOT_REQUIRED;
+			return 0;
+		}
+	}
 
 	/* If set to auto use the default l1tf mitigation method */
 	if (l1tf == VMENTER_L1D_FLUSH_AUTO) {
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush()
  2018-08-16  5:42 [PATCH] x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush() Yi Wang
@ 2018-08-20 13:03 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2018-08-20 13:03 UTC (permalink / raw)
  To: Yi Wang
  Cc: rkrcmar, tglx, mingo, hpa, kvm, x86, linux-kernel, jiang.biao2,
	zhong.weidong

On 16/08/2018 07:42, Yi Wang wrote:
> Substitute spaces with tab. No functional changes.
> 
> Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
> Reviewed-by: Jiang Biao <jiang.biao2@zte.com.cn>
> ---
>  arch/x86/kvm/vmx.c | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
> index 46b428c0..ef712b2 100644
> --- a/arch/x86/kvm/vmx.c
> +++ b/arch/x86/kvm/vmx.c
> @@ -218,15 +218,15 @@ static int vmx_setup_l1d_flush(enum vmx_l1d_flush_state l1tf)
>  		return 0;
>  	}
>  
> -       if (boot_cpu_has(X86_FEATURE_ARCH_CAPABILITIES)) {
> -	       u64 msr;
> -
> -	       rdmsrl(MSR_IA32_ARCH_CAPABILITIES, msr);
> -	       if (msr & ARCH_CAP_SKIP_VMENTRY_L1DFLUSH) {
> -		       l1tf_vmx_mitigation = VMENTER_L1D_FLUSH_NOT_REQUIRED;
> -		       return 0;
> -	       }
> -       }
> +	if (boot_cpu_has(X86_FEATURE_ARCH_CAPABILITIES)) {
> +		u64 msr;
> +
> +		rdmsrl(MSR_IA32_ARCH_CAPABILITIES, msr);
> +		if (msr & ARCH_CAP_SKIP_VMENTRY_L1DFLUSH) {
> +			l1tf_vmx_mitigation = VMENTER_L1D_FLUSH_NOT_REQUIRED;
> +			return 0;
> +		}
> +	}
>  
>  	/* If set to auto use the default l1tf mitigation method */
>  	if (l1tf == VMENTER_L1D_FLUSH_AUTO) {
> 

Queued, thanks.

Paolo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-20 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-16  5:42 [PATCH] x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush() Yi Wang
2018-08-20 13:03 ` Paolo Bonzini

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).