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 host event hooks interface
[palacios.git] / palacios / include / palacios / vm_guest.h
index 1bd6a8d..c3a97d8 100644 (file)
@@ -31,6 +31,7 @@
 #include <palacios/vmm_dev_mgr.h>
 #include <palacios/vmm_time.h>
 #include <palacios/vmm_emulator.h>
+#include <palacios/vmm_host_events.h>
 
 typedef ullong_t v3_reg_t;
 
@@ -143,6 +144,8 @@ struct guest_info {
 
   struct vmm_dev_mgr  dev_mgr;
 
+  struct v3_host_events host_event_hooks;
+
   vm_cpu_mode_t cpu_mode;
   vm_mem_mode_t mem_mode;