From: Jack Lange Date: Fri, 5 Nov 2010 21:18:46 +0000 (-0500) Subject: added v3_stop_vm prototype and exported it to the host OS interface X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=506ce8412af316f361b7629a87af6672a87585dd;p=palacios-OLD.git added v3_stop_vm prototype and exported it to the host OS interface --- 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);