Re: [PATCH v9 1/7] KVM: CPUID: Fix IA32_XSS support in CPUID(0xd,i) enumeration

From: Paolo Bonzini
Date: Thu Mar 05 2020 - 09:51:34 EST


On 27/12/19 03:11, Yang Weijiang wrote:
> + u64 (*supported_xss)(void);

I don't think the new callback is needed. Anyway I'm rewriting this
patch on top of the new CPUID feature and will post it shortly.

Paolo