Displaying 1 result from an estimated 1 matches for "vmx_free_host_vmc".
Did you mean:
vmx_free_host_vmcs
2006 Sep 29
1
[PATCH] hvm: clear vmxe if vmxoff
...lloc_host_vmcs()) == NULL )
{
+ clear_in_cr4(X86_CR4_VMXE);
printk("Failed to allocate host VMCS\n");
return 0;
}
if ( __vmxon(virt_to_maddr(vmcs)) )
{
+ clear_in_cr4(X86_CR4_VMXE);
printk("VMXON failed\n");
vmx_free_host_vmcs(vmcs);
return 0;
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel