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.


Commented test code for exec hooking, etc
Kyle Hale [Fri, 17 Jun 2011 21:18:21 +0000 (16:18 -0500)]
palacios/src/palacios/vm_guest.c

index 6f40a87..af6b6d4 100644 (file)
@@ -685,11 +685,13 @@ int v3_init_core(struct guest_info * core) {
     v3_init_symbiotic_core(core);
 #endif
 
+    /*  This is test code for exec hook insertion 
 // KCH
 #ifdef V3_CONFIG_SYSCALL_HIJACK
     v3_init_exec_hooks(core);
     v3_init_mpi_accel(core);
-#endif  
+#endif
+    */  
 
     // init SVM/VMX