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.


fixed CLGI window
Jack Lange [Sat, 28 Mar 2009 01:56:54 +0000 (20:56 -0500)]
palacios/src/palacios/svm.c

index 274d20f..7325bdf 100644 (file)
@@ -364,8 +364,8 @@ static int start_svm_guest(struct guest_info *info) {
        struct v3_msr host_gs_base;
        struct v3_msr host_kerngs_base;
 
-       v3_enable_ints();
-       v3_clgi();
+/*     v3_enable_ints(); */
+/*     v3_clgi(); */
 
 
        /*
@@ -407,7 +407,7 @@ static int start_svm_guest(struct guest_info *info) {
 
        //PrintDebug("Turning on global interrupts\n");
        v3_stgi();
-       
+       v3_clgi();
        
        if ((num_exits % 5000) == 0) {
            PrintDebug("SVM Exit number %d\n", num_exits);