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.


Convert shadow paging to use 32 PAE (SVM)
authorChunxiao Diao, Daniel Zuo, Yuanbo Fan <chunxiaodiao2012@u.northwestern.edu>
Mon, 26 May 2014 21:11:44 +0000 (16:11 -0500)
committerroot <root@v-test-r415-3.localdomain>
Mon, 26 May 2014 21:11:44 +0000 (16:11 -0500)
commit755eccfbd8dff71bfbd6be828ef3725ecdcd4d4d
tree0a337dc5e66f614904f705b490ea8201570a4666
parent774bac9fbb03ef8bf7c2ca2c79a8b87c9bc4c526
Convert shadow paging to use 32 PAE (SVM)

This changes shadow paging to use, at minimum, 32PAE
shadow page tables.   This makes it possible to place
a guest using shadow paging anywhere in host physical
memory instead of just the first 4 GB

This patch updates SVM so that the shadow pts are activated
and CR4 reads as well as writes are intercepted.

Note that all patches with this name need to be used together
for this to work.
palacios/src/palacios/svm.c