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
>>> 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 )
> +{
> +
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