On 05/02/16 14:28, Jan Beulich wrote:
>>>> On 05.02.16 at 14:42, <andrew.coop...@citrix.com> 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@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to