From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH v2 26/30] tools/libxc: Expose the automatically generated cpu featuremask information Date: Fri, 5 Feb 2016 16:15:49 +0000 Message-ID: <20160205161549.GK23178@citrix.com> References: <1454679743-18133-1-git-send-email-andrew.cooper3@citrix.com> <1454679743-18133-27-git-send-email-andrew.cooper3@citrix.com> <20160205161245.GG23178@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20160205161245.GG23178@citrix.com> 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: Wei Liu , Ian Jackson , Ian Campbell , Xen-devel List-Id: xen-devel@lists.xenproject.org On Fri, Feb 05, 2016 at 04:12:45PM +0000, Wei Liu wrote: > On Fri, Feb 05, 2016 at 01:42:19PM +0000, Andrew Cooper wrote: > > Signed-off-by: Andrew Cooper > > --- > > CC: Ian Campbell > > CC: Ian Jackson > > CC: Wei Liu > > > > New in v2 > > --- > > tools/libxc/Makefile | 9 ++++++ > > tools/libxc/include/xenctrl.h | 14 ++++++++ > > tools/libxc/xc_cpuid_x86.c | 75 +++++++++++++++++++++++++++++++++++++++++++ > > 3 files changed, 98 insertions(+) > > > > diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile > > index 0a8614c..30de3fe 100644 > > --- a/tools/libxc/Makefile > > +++ b/tools/libxc/Makefile > > @@ -145,6 +145,15 @@ $(eval $(genpath-target)) > > > > xc_private.h: _paths.h > > > > +ifeq ($(CONFIG_X86),y) > > + > > +_xc_cpuid_autogen.h: $(XEN_ROOT)/xen/include/public/arch-x86/cpufeatureset.h $(XEN_ROOT)/xen/tools/gen-cpuid.py > > + $(PYTHON) $(XEN_ROOT)/xen/tools/gen-cpuid.py -i $^ -o $@.new > > I don't seem to see this file in tree or in this series. > Stupid me, I missed it. It's in another patch. So in principle: Acked-by: Wei Liu