On 22/12/15 16:32, Jan Beulich wrote: >>>> On 16.12.15 at 22:24, <andrew.coop...@citrix.com> wrote: >> --- /dev/null >> +++ b/xen/arch/x86/cpuid/cpuid-private.h >> @@ -0,0 +1,27 @@ >> +#ifdef __XEN__ >> + >> +#include <asm/cpufeature.h> >> + >> +#include <xen/lib.h> >> + >> +#else >> + >> +# error TODO for userspace > I suppose your intentions with this will become apparent in later > patches?
Everything in xen/arch/x86/cpuid/ is shared code between Xen and libxc, to avoid having different algorithms/structures between the hypervisor and toolstack. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel