X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fsvm_handler.h;h=0cca1b154d52abebe96827b70d07ff7f6968236b;hb=571979dad8fc2138a7e11c4fe61e812a0a0b17d1;hp=4cab37ca9e2251a4db4e01a0808a7902072f4f9e;hpb=362391accc505b29d938e9d0a21bf6a28a8cee34;p=palacios.git diff --git a/palacios/include/palacios/svm_handler.h b/palacios/include/palacios/svm_handler.h index 4cab37c..0cca1b1 100644 --- a/palacios/include/palacios/svm_handler.h +++ b/palacios/include/palacios/svm_handler.h @@ -192,8 +192,9 @@ /******************************************/ -int v3_handle_svm_exit(struct guest_info * info); -const uchar_t * vmexit_code_to_str(uint_t exit_code); +int v3_handle_svm_exit(struct guest_info * info, addr_t exit_code, + addr_t exit_info1, addr_t exit_info2); +const char * vmexit_code_to_str(uint_t exit_code); #endif // ! __V3VEE__