X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fkeyboard.h;h=6c970f53d6d7aaaf32075ba7906adc4cc8e5133c;hp=bd22b44eb4f28a2614cb128001065f1e589971c8;hb=a35e54a06c0d6d5c6c12a0ba86c3ef82ad43ec21;hpb=4ff30ea8c58054ae54c8f3eaf7ce35020dcc6d1f diff --git a/palacios/include/devices/keyboard.h b/palacios/include/devices/keyboard.h index bd22b44..6c970f5 100644 --- a/palacios/include/devices/keyboard.h +++ b/palacios/include/devices/keyboard.h @@ -8,6 +8,9 @@ // it wants to inject into the VMM for delivery to a VM // void deliver_key_to_vmm(uchar_t status, uchar_t scancode); +// And call this one each streaming mouse event +// that the VMM should deliver +void deliver_mouse_to_vmm(uchar_t mouse_packet[3]); struct vm_device *create_keyboard();