X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fsvm_handler.h;h=4cab37ca9e2251a4db4e01a0808a7902072f4f9e;hp=e2425aca7c514637562ffe4b8108c841718eea9c;hb=362391accc505b29d938e9d0a21bf6a28a8cee34;hpb=24178516ccd9f46718b687d4c630415eb63ff595 diff --git a/palacios/include/palacios/svm_handler.h b/palacios/include/palacios/svm_handler.h index e2425ac..4cab37c 100644 --- a/palacios/include/palacios/svm_handler.h +++ b/palacios/include/palacios/svm_handler.h @@ -193,6 +193,8 @@ int v3_handle_svm_exit(struct guest_info * info); +const uchar_t * vmexit_code_to_str(uint_t exit_code); + #endif // ! __V3VEE__