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.


added free interface
Jack Lange [Tue, 23 Nov 2010 23:49:26 +0000 (17:49 -0600)]
palacios/src/palacios/vmm.c

index 65b4b49..9e53b34 100644 (file)
@@ -269,6 +269,10 @@ int v3_stop_vm(struct v3_vm_info * vm) {
 
     vm->run_state = VM_STOPPED;
 
+    while (vm->cores[0].core_run_state != CORE_STOPPED) {
+       v3_yield(NULL);
+    }
+
 
     // force exit all cores via a cross call/IPI