From: Jack Lange Date: Mon, 16 Mar 2009 23:47:18 +0000 (-0500) Subject: squashed debug messages X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=af7fc8afd1fe80621923faa0c065c0ae89f768ac squashed debug messages --- diff --git a/palacios/src/palacios/svm_handler.c b/palacios/src/palacios/svm_handler.c index 9102c16..1383167 100644 --- a/palacios/src/palacios/svm_handler.c +++ b/palacios/src/palacios/svm_handler.c @@ -73,7 +73,9 @@ int v3_handle_svm_exit(struct guest_info * info) { if ((info->intr_state.irq_pending == 1) && (guest_ctrl->guest_ctrl.V_IRQ == 0)) { // Interrupt was taken in the guest +#ifdef DEBUG_INTERRUPTS PrintDebug("Interrupt taken by guest\n"); +#endif v3_injecting_intr(info, info->intr_state.irq_vector, EXTERNAL_IRQ); }