X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmx_handler.h;h=2845e2154d325c9e2a5ca7b264e78263072b0073;hb=a233b06933d916e4767aa1186568c917df19a8a3;hp=1fdf98c7395ec9b9703678016f19fbb90d82c840;hpb=5bf6d0c260240e314876a2fca8e3fd56bd6a1029;p=palacios.releases.git diff --git a/palacios/include/palacios/vmx_handler.h b/palacios/include/palacios/vmx_handler.h index 1fdf98c..2845e21 100644 --- a/palacios/include/palacios/vmx_handler.h +++ b/palacios/include/palacios/vmx_handler.h @@ -217,7 +217,7 @@ struct vmx_exit_info { - +int v3_handle_atomic_vmx_exit(struct guest_info * info, struct vmx_exit_info * exit_info); int v3_handle_vmx_exit(struct guest_info * info, struct vmx_exit_info * exit_info); const char * v3_vmx_exit_code_to_str(vmx_exit_t exit);