From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v11 3/9] tools: Add vmware_hwver support Date: Thu, 4 Jun 2015 16:17:08 +0100 Message-ID: <1433431028.7108.117.camel@citrix.com> References: <1432309826-6420-1-git-send-email-dslutz@verizon.com> <1432309826-6420-4-git-send-email-dslutz@verizon.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1432309826-6420-4-git-send-email-dslutz@verizon.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: Don Slutz Cc: Tim Deegan , Kevin Tian , Keir Fraser , Jan Beulich , Stefano Stabellini , George Dunlap , Ian Jackson , Eddie Dong , xen-devel@lists.xen.org, Aravind Gopalakrishnan , Jun Nakajima , Andrew Cooper , Boris Ostrovsky , Suravee Suthikulpanit List-Id: xen-devel@lists.xenproject.org On Fri, 2015-05-22 at 11:50 -0400, Don Slutz wrote: > [...] > +=item B > + > +Turns on or off the exposure of VMware cpuid. The number is > +VMware's hardware version number, where 0 is off. A number >= 7 > +is needed to enable exposure of VMware cpuid. > + > +The hardware version number (vmware_hwver) come from VMware config files. "comes" > diff --git a/tools/libxc/xc_domain.c b/tools/libxc/xc_domain.c > index 38d065f..4362d5d 100644 > --- a/tools/libxc/xc_domain.c > +++ b/tools/libxc/xc_domain.c > @@ -64,7 +64,7 @@ int xc_domain_create(xc_interface *xch, > memset(&config, 0, sizeof(config)); > > #if defined (__i386) || defined(__x86_64__) > - /* No arch-specific configuration for now */ > + /* No arch-specific default configuration for now */ I'm not sure this hunk has anything to do with this patch, nor what the semantic difference between the old and new text is supposed to be. Ian.