>>> Sergey Dyasli <sergey.dya...@citrix.com> 07/24/17 3:48 PM >>>
>@@ -470,6 +471,9 @@ int arch_domain_create(struct domain *d, unsigned int 
>domcr_flags,
>if ( (rc = init_domain_cpuid_policy(d)) )
>goto fail;
 >
>+        if ( (rc = init_domain_vmx_msr_policy(d)) )
>+            goto fail;

There should not be a direct call from here to VMX-specific code - an
intermediate HVM layer is needed.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to