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.


remove yielding print statement
Jack Lange [Wed, 13 Apr 2011 17:34:57 +0000 (12:34 -0500)]
palacios/src/palacios/vmm.c

index ea24ca3..1ef5bde 100644 (file)
@@ -374,8 +374,6 @@ int v3_stop_vm(struct v3_vm_info * vm) {
            break;
        }
 
-       V3_Print("Yielding\n");
-
        v3_yield(NULL);
     }