From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH v2 25/30] tools/libxc: Use public/featureset.h for cpuid policy generation Date: Fri, 5 Feb 2016 16:12:36 +0000 Message-ID: <20160205161236.GF23178@citrix.com> References: <1454679743-18133-1-git-send-email-andrew.cooper3@citrix.com> <1454679743-18133-26-git-send-email-andrew.cooper3@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: <1454679743-18133-26-git-send-email-andrew.cooper3@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 01:42:18PM +0000, Andrew Cooper wrote: > Rather than having a different local copy of some of the feature > definitions. > > Modify the xc_cpuid_x86.c cpumask helpers to appropriate truncate the > new values. > > Signed-off-by: Andrew Cooper Using the canonical source instead of a local copy is certainly a good idea. Acked-by: Wei Liu