X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm.h;h=ecad47f245be51efa7e6e70214486889248ca8c6;hp=ad139e8ad892ce77267985b46917d5c4e3338f26;hb=82cceefa66b1f05d8f9d5bfcb2fb7214755e1904;hpb=85bd8c855496fdcef8fbffb1742398f01718c5c3 diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index ad139e8..ecad47f 100644 --- a/palacios/include/palacios/vmm.h +++ b/palacios/include/palacios/vmm.h @@ -266,7 +266,7 @@ struct v3_interrupt { void Init_V3(struct vmm_os_hooks * hooks, struct vmm_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