Re: [Xen-devel] [PATCH] tools/libxc: Add xstate cpuid leaf of avx512

2016-11-04 Thread Wei Liu
On Fri, Nov 04, 2016 at 09:40:20AM -0400, Konrad Rzeszutek Wilk wrote: > On Fri, Nov 04, 2016 at 11:00:16AM +, Wei Liu wrote: > > On Fri, Nov 04, 2016 at 10:20:24AM +, Andrew Cooper wrote: > > > On 04/11/16 08:29, Luwei Kang wrote: > > > > Enable get xstate cpuid leaf information regarding

Re: [Xen-devel] [PATCH] tools/libxc: Add xstate cpuid leaf of avx512

2016-11-04 Thread Konrad Rzeszutek Wilk
On Fri, Nov 04, 2016 at 11:00:16AM +, Wei Liu wrote: > On Fri, Nov 04, 2016 at 10:20:24AM +, Andrew Cooper wrote: > > On 04/11/16 08:29, Luwei Kang wrote: > > > Enable get xstate cpuid leaf information regarding avx512 in guest. > > > > > > Signed-off-by: Luwei Kang > > > > Reviewed-by: A

Re: [Xen-devel] [PATCH] tools/libxc: Add xstate cpuid leaf of avx512

2016-11-04 Thread Wei Liu
On Fri, Nov 04, 2016 at 10:20:24AM +, Andrew Cooper wrote: > On 04/11/16 08:29, Luwei Kang wrote: > > Enable get xstate cpuid leaf information regarding avx512 in guest. > > > > Signed-off-by: Luwei Kang > > Reviewed-by: Andrew Cooper > Oops, should have read all the entire thread. I thin

Re: [Xen-devel] [PATCH] tools/libxc: Add xstate cpuid leaf of avx512

2016-11-04 Thread Wei Liu
CC x86 maintainers. I will defer this patch to them. On Fri, Nov 04, 2016 at 04:29:18PM +0800, Luwei Kang wrote: > Enable get xstate cpuid leaf information regarding avx512 in guest. > > Signed-off-by: Luwei Kang > --- > tools/libxc/xc_cpuid_x86.c | 6 ++ > 1 file changed, 6 insertions(+) >

Re: [Xen-devel] [PATCH] tools/libxc: Add xstate cpuid leaf of avx512

2016-11-04 Thread Andrew Cooper
On 04/11/16 08:29, Luwei Kang wrote: > Enable get xstate cpuid leaf information regarding avx512 in guest. > > Signed-off-by: Luwei Kang Reviewed-by: Andrew Cooper > --- > tools/libxc/xc_cpuid_x86.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/tools/libxc/xc_cpuid_x86.c b/too

[Xen-devel] [PATCH] tools/libxc: Add xstate cpuid leaf of avx512

2016-11-04 Thread Luwei Kang
Enable get xstate cpuid leaf information regarding avx512 in guest. Signed-off-by: Luwei Kang --- tools/libxc/xc_cpuid_x86.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/libxc/xc_cpuid_x86.c b/tools/libxc/xc_cpuid_x86.c index de06b32..d761805 100644 --- a/tools/libxc/xc_cpuid_