Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


getting things working again
[palacios.git] / palacios / src / palacios / svm_handler.c
index f4311cb..bddacf2 100644 (file)
@@ -72,10 +72,6 @@ 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
-       if (exit_code == VMEXIT_EXCP14) {
-           PrintError("Page fault immeidately after interrupt injection (%d)\n", info->intr_state.irq_vector);
-       }
 
 #ifdef DEBUG_INTERRUPTS
        PrintDebug("Interrupt %d taken by guest\n", info->intr_state.irq_vector);