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

2018-07-13 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

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

2018-07-16 Thread Jan Beulich
>>> On 13.07.18 at 22:03, 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 this point, but it helps buil

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

2018-07-16 Thread Andrew Cooper
On 16/07/18 10:23, Jan Beulich wrote: On 13.07.18 at 22:03, 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 >> redunda

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

2018-07-16 Thread Jan Beulich
>>> On 16.07.18 at 12:22, wrote: > On 16/07/18 10:23, Jan Beulich wrote: > On 13.07.18 at 22:03, 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