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.


SVM: display exit state if incremental exit displays are on
Peter Dinda [Tue, 3 May 2011 19:46:35 +0000 (14:46 -0500)]
palacios/src/palacios/svm.c

index bb65a6f..266449a 100644 (file)
@@ -665,11 +665,12 @@ int v3_start_svm_guest(struct guest_info * info) {
        }
 
        
-/*
+
        if ((info->num_exits % 5000) == 0) {
            V3_Print("SVM Exit number %d\n", (uint32_t)info->num_exits);
+           v3_print_guest_state(info);
        }
-*/
+
        
     }