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.


Tweaks to inject page faults on certain conditions (instead of return -1)
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 14 Jul 2008 17:28:28 +0000 (17:28 +0000)
committerPeter Dinda <pdinda@northwestern.edu>
Mon, 14 Jul 2008 17:28:28 +0000 (17:28 +0000)
commit08a79dd2e3c75109539bdce50c049303b1fb0912
tree46a6754a54bbe99db2d2772844ee5e924b7d2978
parenta6b18965e0ab6c3a0f2950c684892052194c1c58
Tweaks to inject page faults on certain conditions (instead of return -1)
This is for shadow paging and it's really only there to try to debug the
later problems (init startup on qemu)
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_shadow_paging.c