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.


restructured the ctrl register handlers
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 29 Oct 2008 17:47:59 +0000 (12:47 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 29 Oct 2008 17:47:59 +0000 (12:47 -0500)
commitf1d070a7d98fea4d37069555d653e37524f50ac8
tree2621d17f660cf254d85afd88066ce16882ecbe71
parenta901a91b64a0aa5d33ecb072a826c6e2f505380d
restructured the ctrl register handlers
setting up the ctrl registers to call into the shadow paging subsystem for all shadow page operations
removed redundant shadow_cr3 variable from shadow paging state
palacios/include/palacios/vmm_msr.h
palacios/include/palacios/vmm_shadow_paging.h
palacios/src/palacios/svm.c
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_shadow_paging.c