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.


added event hooking framework
[palacios.git] / palacios / include / palacios / vm_guest.h
index 9cee679..9e6ea21 100644 (file)
@@ -40,7 +40,7 @@
 #include <palacios/vmm_barrier.h>
 #include <palacios/vmm_timeout.h>
 #include <palacios/vmm_exits.h>
-
+#include <palacios/vmm_events.h>
 
 #ifdef V3_CONFIG_TELEMETRY
 #include <palacios/vmm_telemetry.h>
@@ -162,6 +162,7 @@ struct v3_vm_info {
     struct v3_msr_map msr_map;
     struct v3_cpuid_map cpuid_map;
     struct v3_exit_map exit_map;
+    struct v3_event_map event_map;
 
     v3_hypercall_map_t hcall_map;