On 17/05/19 19:48, Jim Mattson wrote: > On Mon, Apr 1, 2019 at 10:13 AM Borislav Petkov <bp@xxxxxxx> wrote: >> >> On Wed, Mar 27, 2019 at 01:15:37PM -0700, Jim Mattson wrote: >>> Kvm now supports extended CPUID functions through 0x8000001f. CPUID >>> leaf 0x8000001e is AMD's Processor Topology Information leaf. This >>> contains similar information to CPUID leaf 0xb (Intel's Extended >>> Topology Enumeration leaf), and should be included in the output of >>> KVM_GET_SUPPORTED_CPUID, even though userspace is likely to override >>> some of this information based upon the configuration of the >>> particular VM. >>> >>> Cc: Brijesh Singh <brijesh.singh@xxxxxxx> >>> Cc: Borislav Petkov <bp@xxxxxxx> >>> Fixes: 8765d75329a38 ("KVM: X86: Extend CPUID range to include new leaf") >>> Signed-off-by: Jim Mattson <jmattson@xxxxxxxxxx> >>> Reviewed-by: Marc Orr <marcorr@xxxxxxxxxx> >>> --- >>> arch/x86/kvm/cpuid.c | 1 + >>> 1 file changed, 1 insertion(+) >> >> Reviewed-by: Borislav Petkov <bp@xxxxxxx> > > Paolo? > Queued both (for 5.2-rc2), thanks. Paolo