X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_sym_iface.c;h=83959555e33fee6587f3152666e889e777c1dc9f;hp=1242cb4e1003524416e4379e6a6b097c7633b1eb;hb=cfcc5717f659b3ed2954f41cf363d3bceae8dc84;hpb=5f0b4f8c5f9f53cea37dde072b37d09ba316487d diff --git a/palacios/src/palacios/vmm_sym_iface.c b/palacios/src/palacios/vmm_sym_iface.c index 1242cb4..8395955 100644 --- a/palacios/src/palacios/vmm_sym_iface.c +++ b/palacios/src/palacios/vmm_sym_iface.c @@ -238,7 +238,7 @@ static int sym_call_err(struct guest_info * info, uint_t hcall_id, void * privat static int sym_call_ret(struct guest_info * info, uint_t hcall_id, void * private_data) { struct v3_sym_state * state = (struct v3_sym_state *)&(info->sym_state); - // PrintError("Return from sym call\n"); + // PrintError("Return from sym call (ID=%x)\n", hcall_id); // v3_print_guest_state(info); state->sym_call_returned = 1; @@ -325,7 +325,7 @@ int v3_sym_call(struct guest_info * info, if (execute_symcall(info) == -1) { PrintError("SYMCALL error\n"); return -1; - } + } // clear sym flags state->sym_call_active = 0; @@ -348,7 +348,7 @@ int v3_sym_call(struct guest_info * info, - // PrintDebug("restoring guest state\n"); + // PrintError("restoring guest state\n"); // v3_print_guest_state(info); return 0;