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.


additions for syscall hijacking
authorKyle Hale <kch479@newbehemoth.cs.northwestern.edu>
Fri, 29 Apr 2011 22:06:17 +0000 (17:06 -0500)
committerKyle Hale <kch479@newbehemoth.cs.northwestern.edu>
Fri, 29 Apr 2011 22:06:17 +0000 (17:06 -0500)
commit603e4c1a451138080ded3d4e3cd3b8716741db89
tree5dd1183525f7a56bab2dcfe02397ceb5d6c69c5a
parentaec065bb54946223ac3c64817408466433fd9413
additions for syscall hijacking
13 files changed:
Kconfig
palacios/include/palacios/vmm_ctrl_regs.h
palacios/include/palacios/vmm_decoder.h
palacios/include/palacios/vmm_instr_decoder.h
palacios/include/palacios/vmm_intr.h
palacios/src/palacios/Makefile
palacios/src/palacios/svm.c
palacios/src/palacios/svm_handler.c
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_decoder.c
palacios/src/palacios/vmm_intr.c
palacios/src/palacios/vmm_v3dec.c
palacios/src/palacios/vmm_xed.c