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.


enabled VMX exit hooks
authorJack Lange <jacklange@cs.pitt.edu>
Fri, 27 Jul 2012 18:42:35 +0000 (14:42 -0400)
committerJack Lange <jacklange@cs.pitt.edu>
Fri, 27 Jul 2012 18:53:04 +0000 (14:53 -0400)
commit3751dffc4cb29c0db743895f7b507862db1a675d
tree775b10bd42e602cc9fb2f8df7ac466c0eb7ff2ad
parenta4ccd85dc43619a6b77c35cefad711f814ec9e14
enabled VMX exit hooks
palacios/include/palacios/vmx_exits.h [new file with mode: 0644]
palacios/src/palacios/Makefile
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmx_exits.c [new file with mode: 0644]