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