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.


removed active_vmcs_ptrs array and read the active VMCS directly from hardware.
authorJack Lange <jacklange@cs.pitt.edu>
Thu, 26 May 2011 17:57:12 +0000 (12:57 -0500)
committerJack Lange <jacklange@cs.pitt.edu>
Thu, 26 May 2011 17:57:12 +0000 (12:57 -0500)
commit9b82fd29e9dc2b85339938098f77d8cf3487b099
treec15153df59c96f05bd1256b35a297b2f5553fb5e
parent24e7a3946e4d5c09377321e1f06479be9db8481f
removed active_vmcs_ptrs array and read the active VMCS directly from hardware.
palacios/include/palacios/vmx_lowlevel.h
palacios/src/palacios/vmx.c