X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm.h;h=b3b56cbfd9f5bca958af0fc1f3a228a17b6fc3d5;hb=4731ff7dc97e42853546b38b4d441d793e7a4ec8;hp=7a466a9b6b34025976bca4b967b87afe13113ca6;hpb=f6063d2297d9f96351d33332634400284809125b;p=palacios.git diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index 7a466a9..b3b56cb 100644 --- a/palacios/include/palacios/vmm.h +++ b/palacios/include/palacios/vmm.h @@ -211,7 +211,7 @@ struct guest_info; while(1); \ } \ } while(0) \ - + @@ -300,7 +300,7 @@ struct v3_interrupt { void Init_V3(struct v3_os_hooks * hooks, int num_cpus); -struct v3_vm_info * v3_create_vm(void * cfg); +struct v3_vm_info * v3_create_vm(void * cfg, void * priv_data); int v3_start_vm(struct v3_vm_info * vm, unsigned int cpu_mask);