Re: [Xen-devel] [PATCH v11 5/9] xen: Add vmware_port support

2015-06-05 Thread Don Slutz
On 06/05/15 05:52, Jan Beulich wrote: On 22.05.15 at 17:50, wrote: @@ -5805,6 +5808,12 @@ static int hvmop_set_param( break; if ( a.value > 1 ) rc = -EINVAL; +/* Prevent nestedhvm with vmport */ +if ( d->arch.hvm_domain.is_vmware_port_enable

Re: [Xen-devel] [PATCH v11 5/9] xen: Add vmware_port support

2015-06-05 Thread Jan Beulich
>>> On 22.05.15 at 17:50, wrote: > @@ -5805,6 +5808,12 @@ static int hvmop_set_param( > break; > if ( a.value > 1 ) > rc = -EINVAL; > +/* Prevent nestedhvm with vmport */ > +if ( d->arch.hvm_domain.is_vmware_port_enabled ) > +{ > +

[Xen-devel] [PATCH v11 5/9] xen: Add vmware_port support

2015-05-22 Thread Don Slutz
This includes adding is_vmware_port_enabled This is a new xen_arch_domainconfig flag, XEN_DOMCTL_CONFIG_VMWARE_PORT_MASK. This enables limited support of VMware's hyper-call. This is both a more complete support then in currently provided by QEMU and/or KVM and less. The missing part requires Q