Re: [Xen-devel] [PATCH v11 7/9] tools: Add vmware_port support

2015-06-04 Thread Don Slutz
On 06/04/15 11:49, Ian Campbell wrote: > On Wed, 2015-06-03 at 18:06 +0100, George Dunlap wrote: >> On 05/22/2015 04:50 PM, Don Slutz wrote: >>> This new libxl_domain_create_info field is used to set >>> XEN_DOMCTL_CONFIG_VMWARE_PORT_MASK in the xc_domain_configuration_t >>> for x86. >>> >>> In xen

Re: [Xen-devel] [PATCH v11 7/9] tools: Add vmware_port support

2015-06-04 Thread Ian Campbell
On Wed, 2015-06-03 at 18:06 +0100, George Dunlap wrote: > On 05/22/2015 04:50 PM, Don Slutz wrote: > > This new libxl_domain_create_info field is used to set > > XEN_DOMCTL_CONFIG_VMWARE_PORT_MASK in the xc_domain_configuration_t > > for x86. > > > > In xen it is is_vmware_port_enabled. > > > > I

Re: [Xen-devel] [PATCH v11 7/9] tools: Add vmware_port support

2015-06-04 Thread Ian Campbell
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_d

Re: [Xen-devel] [PATCH v11 7/9] tools: Add vmware_port support

2015-06-03 Thread George Dunlap
On 05/22/2015 04:50 PM, Don Slutz wrote: > This new libxl_domain_create_info field is used to set > XEN_DOMCTL_CONFIG_VMWARE_PORT_MASK in the xc_domain_configuration_t > for x86. > > In xen it is is_vmware_port_enabled. > > If is_vmware_port_enabled then > enable a limited support of VMware's h

[Xen-devel] [PATCH v11 7/9] tools: Add vmware_port support

2015-05-22 Thread Don Slutz
This new libxl_domain_create_info field is used to set XEN_DOMCTL_CONFIG_VMWARE_PORT_MASK in the xc_domain_configuration_t for x86. In xen it is is_vmware_port_enabled. If is_vmware_port_enabled then enable a limited support of VMware's hyper-call. VMware's hyper-call is also known as VMware B