[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 30/30] tools/libxc: Calculate xstate cpuid leaf from guest information
On 05/02/16 14:28, Jan Beulich wrote: >>>> On 05.02.16 at 14:42, <andrew.cooper3@xxxxxxxxxx> wrote: >> --- a/tools/libxc/xc_cpuid_x86.c >> +++ b/tools/libxc/xc_cpuid_x86.c >> @@ -380,6 +380,11 @@ static void intel_xc_cpuid_policy(xc_interface *xch, >> } >> } >> >> +#define X86_XCR0_X87 (1ULL << 0) >> +#define X86_XCR0_SSE (1ULL << 1) >> +#define X86_XCR0_AVX (1ULL << 2) >> +#define X86_XCR0_LWP (1ULL << 62) > What about all the other bits we meanwhile know? These are the only ones used. ... which leads me to wonder where MPX support went. I think I may have accidentally lost it in the rebase. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |