From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH] KVM:x86: AMD Processor Topology Information Date: Tue, 30 Jan 2018 14:54:26 +0100 Message-ID: <20180130135426.GA22015@flask> References: <20171029215633.3102-1-pixo@polepetko.eu> <20180129163944.114684-1-babu.moger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pbonzini@redhat.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, pixo@polepetko.eu To: Babu Moger Return-path: Content-Disposition: inline In-Reply-To: <20180129163944.114684-1-babu.moger@amd.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 2018-01-29 11:39-0500, Babu Moger: > From: Stanislav Lanci > > This patch allow to enable x86 feature TOPOEXT. This is needed to provide > information about SMT on AMD Zen CPUs to the guest. > > Signed-off-by: Stanislav Lanci > Tested-by: Nick Sarnie > Reviewed-by: Paolo Bonzini > Signed-off-by: Babu Moger > --- > > Rebased on top of linux-next. > Maximum extended functions are already set to 0x8000001f after the commit > 8765d75329a3 KVM: X86: Extend CPUID range to include new leaf Queued, thanks.