[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 26/30] tools/libxc: Expose the automatically generated cpu featuremask information
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 <andrew.cooper3@xxxxxxxxxx> > > --- > > CC: Ian Campbell <Ian.Campbell@xxxxxxxxxx> > > CC: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> > > CC: Wei Liu <wei.liu2@xxxxxxxxxx> > > > > 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 <wei.liu2@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |