Re: [Xen-devel] [PATCH v2 05/13] libx86: introduce a libx86 shared library

2018-07-16 Thread Jan Beulich
>>> On 16.07.18 at 12:35, wrote: > On 16/07/18 11:17, Jan Beulich wrote: > On 13.07.18 at 22:03, wrote: >>> tools/libxc/Makefile | 6 ++ >>> tools/libxc/include/xenctrl.h | 1 - >>> tools/libxc/xc_cpuid_x86.c | 29 +--- >>> xen/arch/x86/cpu/common

Re: [Xen-devel] [PATCH v2 05/13] libx86: introduce a libx86 shared library

2018-07-16 Thread Andrew Cooper
On 16/07/18 11:17, Jan Beulich wrote: On 13.07.18 at 22:03, wrote: >> tools/libxc/Makefile | 6 ++ >> tools/libxc/include/xenctrl.h | 1 - >> tools/libxc/xc_cpuid_x86.c | 29 +--- >> xen/arch/x86/cpu/common.c | 2 +- >> xen/arch/x86/cpuid.c

Re: [Xen-devel] [PATCH v2 05/13] libx86: introduce a libx86 shared library

2018-07-16 Thread Jan Beulich
>>> On 13.07.18 at 22:03, wrote: > tools/libxc/Makefile | 6 ++ > tools/libxc/include/xenctrl.h | 1 - > tools/libxc/xc_cpuid_x86.c | 29 +--- > xen/arch/x86/cpu/common.c | 2 +- > xen/arch/x86/cpuid.c | 32 +

Re: [Xen-devel] [PATCH v2 05/13] libx86: introduce a libx86 shared library

2018-07-16 Thread Wei Liu
On Fri, Jul 13, 2018 at 09:03:06PM +0100, Andrew Cooper wrote: > From: Roger Pau Monné > > Move x86_cpuid_lookup_deep_deps() into the shared library, removing the > individual copies from the hypervisor and libxc respectively. > > Signed-off-by: Roger Pau Monné > Signed-off-by: Andrew Cooper

[Xen-devel] [PATCH v2 05/13] libx86: introduce a libx86 shared library

2018-07-13 Thread Andrew Cooper
From: Roger Pau Monné Move x86_cpuid_lookup_deep_deps() into the shared library, removing the individual copies from the hypervisor and libxc respectively. Signed-off-by: Roger Pau Monné Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Wei Liu CC: Roger Pau Monné CC: Sergey Dyasli CC: