Re: [PATCH] KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru

2020-06-23 Thread Paolo Bonzini
On 17/06/20 05:41, Sean Christopherson wrote: > Remove vcpu_vmx.host_pkru, which got left behind when PKRU support was > moved to common x86 code. > > No functional change intended. > > Fixes: 37486135d3a7b ("KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, > move it to x86.c") > Signed-off

Re: [PATCH] KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru

2020-06-17 Thread Jim Mattson
On Wed, Jun 17, 2020 at 2:19 AM Vitaly Kuznetsov wrote: > > Sean Christopherson writes: > > > Remove vcpu_vmx.host_pkru, which got left behind when PKRU support was > > moved to common x86 code. > > > > No functional change intended. > > > > Fixes: 37486135d3a7b ("KVM: x86: Fix pkru save/restore

Re: [PATCH] KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru

2020-06-17 Thread Vitaly Kuznetsov
Sean Christopherson writes: > Remove vcpu_vmx.host_pkru, which got left behind when PKRU support was > moved to common x86 code. > > No functional change intended. > > Fixes: 37486135d3a7b ("KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, > move it to x86.c") > Signed-off-by: Sean Christop

[PATCH] KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru

2020-06-16 Thread Sean Christopherson
Remove vcpu_vmx.host_pkru, which got left behind when PKRU support was moved to common x86 code. No functional change intended. Fixes: 37486135d3a7b ("KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c") Signed-off-by: Sean Christopherson --- arch/x86/kvm/vmx/vmx.h | 2 --