X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmx.h;h=034cbfa483a5080b4b16d61d180cba0382a377fc;hb=5b1f618cf74dbcd7e490fa3fe4da5a4c53d79b5d;hp=a37ead8c92747ec9c2ec3fb0610a744807a1da3f;hpb=cfcc5717f659b3ed2954f41cf363d3bceae8dc84;p=palacios.git diff --git a/palacios/include/palacios/vmx.h b/palacios/include/palacios/vmx.h index a37ead8..034cbfa 100644 --- a/palacios/include/palacios/vmx.h +++ b/palacios/include/palacios/vmx.h @@ -244,6 +244,7 @@ int v3_start_vmx_guest(struct guest_info* info); int v3_vmx_enter(struct guest_info * info); int v3_init_vmx_vmcs(struct guest_info * info, v3_vm_class_t vm_class); +int v3_deinit_vmx_vmcs(struct guest_info * core); #endif // ! __V3VEE__