From: Kyle Hale Date: Fri, 17 Jun 2011 21:18:21 +0000 (-0500) Subject: Commented test code for exec hooking, etc X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=1f9fa9cd9662a600f49a3b12fcc02fd2ffca93c8 Commented test code for exec hooking, etc --- diff --git a/palacios/src/palacios/vm_guest.c b/palacios/src/palacios/vm_guest.c index 6f40a87..af6b6d4 100644 --- a/palacios/src/palacios/vm_guest.c +++ b/palacios/src/palacios/vm_guest.c @@ -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