From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v2 06/30] xen/x86: Script to automatically process featureset information Date: Fri, 12 Feb 2016 16:43:17 +0000 Message-ID: <56BE0BA5.4080204@citrix.com> References: <1454679743-18133-1-git-send-email-andrew.cooper3@citrix.com> <1454679743-18133-7-git-send-email-andrew.cooper3@citrix.com> <56BE181802000078000D1837@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <56BE181802000078000D1837@prv-mh.provo.novell.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: Jan Beulich Cc: Tim Deegan , Ian Campbell , Xen-devel List-Id: xen-devel@lists.xenproject.org On 12/02/16 16:36, Jan Beulich wrote: >>>> On 05.02.16 at 14:41, wrote: >> This script consumes include/public/arch-x86/cpufeatureset.h and generates a >> single include/asm-x86/cpuid-autogen.h containing all the processed >> information. >> >> Signed-off-by: Andrew Cooper > Acked-by: Jan Beulich > albeit ... > >> --- /dev/null >> +++ b/xen/tools/gen-cpuid.py >> @@ -0,0 +1,191 @@ > ... I can't really comment on this. Am I at least right in understanding > that all it does at this point is produce FEATURESET_NR_ENTRIES? At this point, yes. Future patch change this script, and associated C code together. ~Andrew