X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm.h;h=05510c2a4bc2c7a66a80e95b49a63e7aa47c99bc;hb=506ce8412af316f361b7629a87af6672a87585dd;hp=d0b533a3c92aa92beed23ce84fbf2ac5dc688707;hpb=c34c5f5b168274193ef1b766b2054bd3939466d4;p=palacios.git diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index d0b533a..05510c2 100644 --- a/palacios/include/palacios/vmm.h +++ b/palacios/include/palacios/vmm.h @@ -316,7 +316,7 @@ void Init_V3(struct v3_os_hooks * hooks, int num_cpus); 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); - +int v3_stop_vm(struct v3_vm_info * vm); int v3_deliver_irq(struct v3_vm_info * vm, struct v3_interrupt * intr);