Re: [Xen-devel] [PATCH 01/13] libx86: Introduce libx86/cpuid.h

2018-07-06 Thread Jan Beulich
>>> On 06.07.18 at 03:35, wrote: > On Wed, Jul 04, 2018 at 07:57:30AM -0600, Jan Beulich wrote: >> >>> On 04.07.18 at 14:03, wrote: >> > On 04/07/18 09:21, Jan Beulich wrote: >> > On 03.07.18 at 22:55, wrote: >> >>> --- a/tools/include/Makefile >> >>> +++ b/tools/include/Makefile >> >>> @@ -

Re: [Xen-devel] [PATCH 01/13] libx86: Introduce libx86/cpuid.h

2018-07-05 Thread Doug Goldstein
On Wed, Jul 04, 2018 at 07:57:30AM -0600, Jan Beulich wrote: > >>> On 04.07.18 at 14:03, wrote: > > On 04/07/18 09:21, Jan Beulich wrote: > > On 03.07.18 at 22:55, wrote: > >>> --- a/tools/include/Makefile > >>> +++ b/tools/include/Makefile > >>> @@ -21,6 +21,9 @@ xen/.dir: > >>> ln -sf $(a

Re: [Xen-devel] [PATCH 01/13] libx86: Introduce libx86/cpuid.h

2018-07-04 Thread Jan Beulich
>>> On 04.07.18 at 14:03, wrote: > On 04/07/18 09:21, Jan Beulich wrote: > On 03.07.18 at 22:55, wrote: >>> --- a/tools/include/Makefile >>> +++ b/tools/include/Makefile >>> @@ -21,6 +21,9 @@ xen/.dir: >>> ln -sf $(addprefix $(XEN_ROOT)/xen/include/xen/,libelf.h elfstructs.h) >>> xen/lib

Re: [Xen-devel] [PATCH 01/13] libx86: Introduce libx86/cpuid.h

2018-07-04 Thread Andrew Cooper
On 04/07/18 09:21, Jan Beulich wrote: On 03.07.18 at 22:55, wrote: >> --- a/tools/include/Makefile >> +++ b/tools/include/Makefile >> @@ -21,6 +21,9 @@ xen/.dir: >> ln -sf $(addprefix $(XEN_ROOT)/xen/include/xen/,libelf.h elfstructs.h) >> xen/libelf/ >> ln -s ../xen-foreign xen/for

Re: [Xen-devel] [PATCH 01/13] libx86: Introduce libx86/cpuid.h

2018-07-04 Thread Jan Beulich
>>> On 03.07.18 at 22:55, wrote: > --- a/tools/include/Makefile > +++ b/tools/include/Makefile > @@ -21,6 +21,9 @@ xen/.dir: > ln -sf $(addprefix $(XEN_ROOT)/xen/include/xen/,libelf.h elfstructs.h) > xen/libelf/ > ln -s ../xen-foreign xen/foreign > ln -sf $(XEN_ROOT)/xen/include

Re: [Xen-devel] [PATCH 01/13] libx86: Introduce libx86/cpuid.h

2018-07-03 Thread Wei Liu
On Tue, Jul 03, 2018 at 09:55:14PM +0100, Andrew Cooper wrote: > Begin to untangle the header dependency tangle by moving definition of > struct cpuid_leaf out of x86_emulate.h into the new cpuid.h. > > Additionally, plumb the header through to libxc. This is technically a > redundant include at

[Xen-devel] [PATCH 01/13] libx86: Introduce libx86/cpuid.h

2018-07-03 Thread Andrew Cooper
Begin to untangle the header dependency tangle by moving definition of struct cpuid_leaf out of x86_emulate.h into the new cpuid.h. Additionally, plumb the header through to libxc. This is technically a redundant include at this point, but it helps build-test the later changes, and will be used e