From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH RFC 06/31] xen/x86: Infrastructure to calculate guest featuresets Date: Tue, 22 Dec 2015 09:50:40 -0700 Message-ID: <56798D7002000078000C261A@prv-mh.provo.novell.com> References: <1450301073-28191-1-git-send-email-andrew.cooper3@citrix.com> <1450301073-28191-7-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-7-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: > xen/arch/x86/Makefile | 1 + > xen/arch/x86/cpuid.c | 23 +++++++++++++++++++++++ > xen/arch/x86/setup.c | 3 +++ > xen/include/asm-x86/cpuid.h | 22 ++++++++++++++++++++++ > 4 files changed, 49 insertions(+) > create mode 100644 xen/arch/x86/cpuid.c You already introduced xen/arch/x86/cpuid/ in patch 3 - why don't you put this file there, as e.g. guest.c? Jan