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 missed while (0) in MACRO definition
Lei Xia [Thu, 18 Aug 2011 03:02:36 +0000 (22:02 -0500)]
palacios/include/palacios/vmm.h

index 708c331..4c95f2c 100644 (file)
@@ -190,7 +190,7 @@ struct guest_info;
        if ((os_hooks) && (os_hooks)->start_kernel_thread) {            \
            (os_hooks)->start_kernel_thread(fn, arg, name);             \
        }                                                               \
-    }
+    } while (0)