X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fvmx.h;h=4a8ae25c46cd195999f931be2a87254b7f44430b;hb=8126d0d154dfd37ed7997f4fa78a1c179c4d2c81;hp=e82432c324e7eb82a034d9c97d6239d1b018c1f0;hpb=888115363b482384d91d0f709e817debcc76ba52;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();