X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fsvm_exits.c;h=a0bd5adc684e959e7489d8c565368509a903dc3b;hb=894733a198529cfaf93f4f4b68b255906154ab56;hp=b47507d7cae5ff435420db76334934ea2ebfbdaa;hpb=45990b15161a5d97d4e4b7c4caeb84afb933de98;p=palacios.git diff --git a/palacios/src/palacios/svm_exits.c b/palacios/src/palacios/svm_exits.c index b47507d..a0bd5ad 100644 --- a/palacios/src/palacios/svm_exits.c +++ b/palacios/src/palacios/svm_exits.c @@ -37,7 +37,7 @@ static int enable_exit(struct guest_info * core, v3_exit_type_t exit_type) { break; default: - PrintError("Unhandled Exit Type (%d)\n", exit_type); + PrintError(core->vm_info, core, "Unhandled Exit Type (%d)\n", exit_type); return -1; } @@ -58,7 +58,7 @@ static int disable_exit(struct guest_info * core, v3_exit_type_t exit_type) { break; default: - PrintError("Unhandled Exit Type (%d)\n", exit_type); + PrintError(core->vm_info, core, "Unhandled Exit Type (%d)\n", exit_type); return -1; }