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.


reworked the launch code
Jack Lange [Mon, 8 Nov 2010 22:35:09 +0000 (16:35 -0600)]
palacios/src/palacios/vmm.c

index 3123030..0dffb4c 100644 (file)
@@ -187,7 +187,7 @@ static int start_core(void * p)
 #define MAX_CORES 32
 
 
-static int v3_start_vm(struct v3_vm_info * vm, unsigned int cpu_mask) {
+int v3_start_vm(struct v3_vm_info * vm, unsigned int cpu_mask) {
     uint32_t i;
     int vcore_id = 0;
     uint8_t * core_mask = (uint8_t *)&cpu_mask; // This is to make future expansion easier