From: Jack Lange Date: Fri, 22 May 2009 17:15:04 +0000 (-0500) Subject: removed unused keyboard event interface X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=f77457021a2d45aea46e75b1c56db43635f54af0 removed unused keyboard event interface --- diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index 26c5c5e..256cb64 100644 --- a/palacios/include/palacios/vmm.h +++ b/palacios/include/palacios/vmm.h @@ -323,7 +323,7 @@ struct v3_interrupt { void Init_V3(struct v3_os_hooks * hooks, struct v3_ctrl_ops * vmm_ops); int v3_deliver_irq(struct guest_info * vm, struct v3_interrupt * intr); -int v3_deliver_keyboard_evt(struct guest_info * vm); + #endif