From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH RFC 03/31] xen/x86: Store antifeatures inverted in a featureset Date: Tue, 22 Dec 2015 09:32:32 -0700 Message-ID: <5679893002000078000C25CE@prv-mh.provo.novell.com> References: <1450301073-28191-1-git-send-email-andrew.cooper3@citrix.com> <1450301073-28191-4-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450301073-28191-4-git-send-email-andrew.cooper3@citrix.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org >>> On 16.12.15 at 22:24, wrote: > --- /dev/null > +++ b/xen/arch/x86/cpuid/cpuid-private.h > @@ -0,0 +1,27 @@ > +#ifdef __XEN__ > + > +#include > + > +#include > + > +#else > + > +# error TODO for userspace I suppose your intentions with this will become apparent in later patches? Jan