Re: [PATCH v2] KVM: x86: Add Intel CPUID.1F cpuid emulation support

2019-04-26 Thread Like Xu
On 2019/4/26 23:04, Sean Christopherson wrote: On Fri, Apr 26, 2019 at 10:54:19PM +0800, Xiaoyao Li wrote: On Fri, 2019-04-26 at 07:13 -0700, Sean Christopherson wrote: On Fri, Apr 26, 2019 at 11:17:52AM +0800, Like Xu wrote: Some new systems have multiple software-visible die within each

Re: [PATCH v2] KVM: x86: Add Intel CPUID.1F cpuid emulation support

2019-04-26 Thread Sean Christopherson
On Fri, Apr 26, 2019 at 10:54:19PM +0800, Xiaoyao Li wrote: > On Fri, 2019-04-26 at 07:13 -0700, Sean Christopherson wrote: > > On Fri, Apr 26, 2019 at 11:17:52AM +0800, Like Xu wrote: > > > Some new systems have multiple software-visible die within each package. > > > Add support to expose Intel

Re: [PATCH v2] KVM: x86: Add Intel CPUID.1F cpuid emulation support

2019-04-26 Thread Xiaoyao Li
On Fri, 2019-04-26 at 07:13 -0700, Sean Christopherson wrote: > On Fri, Apr 26, 2019 at 11:17:52AM +0800, Like Xu wrote: > > Some new systems have multiple software-visible die within each package. > > Add support to expose Intel V2 Extended Topology Enumeration Leaf CPUID.1F. > > > >

Re: [PATCH v2] KVM: x86: Add Intel CPUID.1F cpuid emulation support

2019-04-26 Thread Sean Christopherson
On Fri, Apr 26, 2019 at 11:17:52AM +0800, Like Xu wrote: > Some new systems have multiple software-visible die within each package. > Add support to expose Intel V2 Extended Topology Enumeration Leaf CPUID.1F. > > Co-developed-by: Xiaoyao Li > Signed-off-by: Xiaoyao Li > Signed-off-by: Like Xu

[PATCH v2] KVM: x86: Add Intel CPUID.1F cpuid emulation support

2019-04-25 Thread Like Xu
Some new systems have multiple software-visible die within each package. Add support to expose Intel V2 Extended Topology Enumeration Leaf CPUID.1F. Co-developed-by: Xiaoyao Li Signed-off-by: Xiaoyao Li Signed-off-by: Like Xu --- ==changelog== v2: - Apply cpuid.1f check rule on Intel SDM page