Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Update char_stream device for virtual console input event
[palacios.releases.git] / palacios / include / palacios / vmm_host_events.h
index 7a462b7..4d17a6c 100644 (file)
@@ -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 {