From: Jack Lange Date: Mon, 8 Nov 2010 22:35:09 +0000 (-0600) Subject: reworked the launch code X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=1fa090b14d99831af81c9d62aa47243ac1f0b9a5;p=palacios.git reworked the launch code --- diff --git a/palacios/src/palacios/vmm.c b/palacios/src/palacios/vmm.c index 3123030..0dffb4c 100644 --- a/palacios/src/palacios/vmm.c +++ b/palacios/src/palacios/vmm.c @@ -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