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.


initial implementation of hookable exits
authorJack Lange <jacklange@cs.pitt.edu>
Thu, 26 Jul 2012 18:36:44 +0000 (14:36 -0400)
committerJack Lange <jacklange@cs.pitt.edu>
Fri, 27 Jul 2012 18:44:23 +0000 (14:44 -0400)
commit45990b15161a5d97d4e4b7c4caeb84afb933de98
treef576ceb0950dbbcc1828ec9d6ad12343fe7d470a
parenta5264d4dcf50d633e01e92dba62a5cf00c3bae2a
initial implementation of hookable exits
palacios/include/palacios/svm_exits.h [new file with mode: 0644]
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_exits.h [new file with mode: 0644]
palacios/src/palacios/Makefile
palacios/src/palacios/svm.c
palacios/src/palacios/svm_exits.c [new file with mode: 0644]
palacios/src/palacios/svm_handler.c
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_exits.c [new file with mode: 0644]