From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v11 7/9] tools: Add vmware_port support Date: Thu, 4 Jun 2015 16:20:56 +0100 Message-ID: <1433431256.7108.120.camel@citrix.com> References: <1432309826-6420-1-git-send-email-dslutz@verizon.com> <1432309826-6420-8-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-8-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: > diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h > index 86164a7..fcce7c3 100644 > --- a/tools/libxl/libxl.h > +++ b/tools/libxl/libxl.h > @@ -205,6 +205,11 @@ > #define LIBXL_HAVE_LIBXL_VGA_INTERFACE_TYPE_VMWARE 1 > > /* > + * libxl_domain_create_info has the vmware_hwver and vmware_port field. > + */ > +#define LIBXL_HAVE_CREATEINFO_VMWARE 1 Lets just have a single one of these indicating support for vmware, it should be added at the end of the series after all the baseline vmware functionality is in place. I think that means hwver, vga=vmware and this port stuff. (Future incremental changes will of course require their own flags).