[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 09/10] x86/hvm: Add SMAP support to HVM guest
>>> On 05.05.14 at 10:24, <feng.wu@xxxxxxxxx> wrote: > +static inline bool_t hvm_vcpu_has_smap(void) > +{ > + unsigned int eax, ebx; > + > + hvm_cpuid(0x0, &eax, NULL, NULL, NULL); > + > + if (eax < 0x7) Coding style. Other than that Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |