lkml.org 
[lkml]   [2017]   [Sep]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] KVM: SVM: Do not issue virtual VMLOAD/VMSAVE supported-message
From
Date
On 13/09/2017 16:06, Radim Krčmář wrote:
> - }
> + if (!boot_cpu_has(X86_FEATURE_VGIF))
> + vgif = false;
> +
> + pr_info("SVM nested=%d npt=%d avic=%d vls=%d vgif=%d\n",
> + nested, npt_enabled, avic, vls, vgif);

I doubt we'd get the above info message more than sporadically, and all
these are available with a simple

grep -r . /sys/module/kvm_amd/parameters

which we already do routinely ask bug reporters for the equivalent
kvm_intel. So I'd say, zap it.

Paolo

\
 
 \ /
  Last update: 2017-09-13 23:32    [W:0.065 / U:0.472 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site