Re: [PATCH 5/8] KVM: SVM: fix comment

2018-01-15 Thread David Hildenbrand
On 09.01.2018 13:03, Paolo Bonzini wrote: > If always==true, then read/write bits are cleared from > the MSR permission bitmap, thus passing-through the MSR. > Fix the comment to match reality. > > Signed-off-by: Paolo Bonzini > --- > arch/x86/kvm/svm.c | 2 +- > 1 file changed, 1 insertion(+),

Re: [PATCH 5/8] KVM: SVM: fix comment

2018-01-09 Thread Liran Alon
- pbonz...@redhat.com wrote: > If always==true, then read/write bits are cleared from > the MSR permission bitmap, thus passing-through the MSR. > Fix the comment to match reality. > > Signed-off-by: Paolo Bonzini > --- > arch/x86/kvm/svm.c | 2 +- > 1 file changed, 1 insertion(+), 1 delet

[PATCH 5/8] KVM: SVM: fix comment

2018-01-09 Thread Paolo Bonzini
If always==true, then read/write bits are cleared from the MSR permission bitmap, thus passing-through the MSR. Fix the comment to match reality. Signed-off-by: Paolo Bonzini --- arch/x86/kvm/svm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kvm/svm.c b/arch/x86/