Re: [PATCH] kvm: x86: Cleanup vcpu->arch.guest_xstate_size

2020-05-04 Thread Paolo Bonzini
On 29/04/20 17:43, Xiaoyao Li wrote: > vcpu->arch.guest_xstate_size lost its only user since commit df1daba7d1cb > ("KVM: x86: support XSAVES usage in the host"), so clean it up. > > Signed-off-by: Xiaoyao Li > --- > arch/x86/include/asm/kvm_host.h | 1 - > arch/x86/kvm/cpuid.c| 8

Re: [PATCH] kvm: x86: Cleanup vcpu->arch.guest_xstate_size

2020-04-29 Thread Vitaly Kuznetsov
Xiaoyao Li writes: > vcpu->arch.guest_xstate_size lost its only user since commit df1daba7d1cb > ("KVM: x86: support XSAVES usage in the host"), so clean it up. > > Signed-off-by: Xiaoyao Li > --- > arch/x86/include/asm/kvm_host.h | 1 - > arch/x86/kvm/cpuid.c| 8 ++-- >

[PATCH] kvm: x86: Cleanup vcpu->arch.guest_xstate_size

2020-04-29 Thread Xiaoyao Li
vcpu->arch.guest_xstate_size lost its only user since commit df1daba7d1cb ("KVM: x86: support XSAVES usage in the host"), so clean it up. Signed-off-by: Xiaoyao Li --- arch/x86/include/asm/kvm_host.h | 1 - arch/x86/kvm/cpuid.c| 8 ++-- arch/x86/kvm/x86.c | 2 -- 3