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 ability to hook execution of arbitrary binary files. Added ability to add arbit...
[palacios.git] / palacios / include / palacios / vm_guest.h
index b427f5a..1eba744 100644 (file)
@@ -52,6 +52,7 @@ struct v3_sym_core_state;
 
 #ifdef CONFIG_SYSCALL_HIJACK
 #include <palacios/vmm_syscall_hijack.h>
+#include <palacios/vmm_execve_hook.h>
 #endif
 
 
@@ -97,6 +98,7 @@ struct guest_info {
 #ifdef CONFIG_SYSCALL_HIJACK
     struct v3_syscall_hook_map sc_hook_map;
     struct v3_execve_varchunk var_dump;
+    struct v3_exec_hooks exec_hooks;
 #endif