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...
authorKyle Hale <kch479@newbehemoth.cs.northwestern.edu>
Tue, 31 May 2011 02:38:41 +0000 (21:38 -0500)
committerKyle Hale <kch479@newbehemoth.cs.northwestern.edu>
Tue, 31 May 2011 02:38:41 +0000 (21:38 -0500)
commit95183ed0c20c9280fb109b668033c42e0b8e3d22
treeb815b3b807b695c6ae1746b93af60ac310a8a8ff
parentdc6b47d05e37e6c3738e1bc6165ec4a107717d2b
Added ability to hook execution of arbitrary binary files. Added ability to add arbitrary number of arg and env strings to a process environment. Reorganized syscall hijack stuff into new files
14 files changed:
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_execve_hook.h [new file with mode: 0644]
palacios/include/palacios/vmm_linux_syscall_map.h [new file with mode: 0644]
palacios/include/palacios/vmm_mpi_accel.h [new file with mode: 0644]
palacios/include/palacios/vmm_process_environment.h [new file with mode: 0644]
palacios/include/palacios/vmm_syscall_hijack.h [new file with mode: 0644]
palacios/src/palacios/Makefile
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_execve_hook.c [new file with mode: 0644]
palacios/src/palacios/vmm_intr.c
palacios/src/palacios/vmm_linux_syscall_map.c [new file with mode: 0644]
palacios/src/palacios/vmm_mpi_accel.c [new file with mode: 0644]
palacios/src/palacios/vmm_process_environment.c [new file with mode: 0644]
palacios/src/palacios/vmm_syscall_hijack.c [new file with mode: 0644]