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.


Shadow-paging event callbacks
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 19 Jul 2012 21:23:00 +0000 (16:23 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Thu, 19 Jul 2012 21:23:00 +0000 (16:23 -0500)
commitb8fb74a295ebc2697876ac81f2b00628503a3822
tree81831aed36bc4737ee932eeb10cf075945488e0b
parent947c5b06d680f812f103cb2585c8d4510ddacb52
Shadow-paging event callbacks

These changes allow VMM code to get a callback before and after various shadow paging events
including page fault, invlpg, page table activation, page table flush, etc.
palacios/include/palacios/vmm_shadow_paging.h
palacios/src/palacios/vmm_shadow_paging.c