X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fvmx.h;h=4a8ae25c46cd195999f931be2a87254b7f44430b;hb=959ed075fac59969a8dc299e51824166f50bb2d0;hp=62531a6352c02a0a2ab4b6ee9eb44c9fc360e6c8;hpb=626595465a2c6987606a6bc697df65130ad8c2d3;p=palacios.git diff --git a/palacios/include/geekos/vmx.h b/palacios/include/geekos/vmx.h index 62531a6..4a8ae25 100644 --- a/palacios/include/geekos/vmx.h +++ b/palacios/include/geekos/vmx.h @@ -97,7 +97,9 @@ struct Instruction { void DecodeCurrentInstruction(struct VM *vm, struct Instruction *out); -VmxOnRegion * InitVMX(); +int is_vmx_capable(); + +VmxOnRegion * Init_VMX(); VmxOnRegion * CreateVmxOnRegion(); int VMLaunch(struct VMDescriptor *vm);