X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_host_events.h;h=4d17a6c441d19a65d406ef2bb54de84991864f25;hb=4a55bf2a12c7a1fe3daa7ecb1598b67acb246774;hp=7a462b79b296023ac57f2fea153f72a1b50cc28d;hpb=2fb33705f951901f43a9fed966e96074fc693609;p=palacios.releases.git diff --git a/palacios/include/palacios/vmm_host_events.h b/palacios/include/palacios/vmm_host_events.h index 7a462b7..4d17a6c 100644 --- a/palacios/include/palacios/vmm_host_events.h +++ b/palacios/include/palacios/vmm_host_events.h @@ -48,7 +48,7 @@ struct v3_vm_info; typedef enum {HOST_KEYBOARD_EVT, HOST_MOUSE_EVT, HOST_TIMER_EVT, - HOST_CONSLE_EVT} v3_host_evt_type_t; + HOST_CONSOLE_EVT} v3_host_evt_type_t; union v3_host_event_handler {