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.


added lookup functions for all page table forms,
authorJack Lange <jarusl@cs.northwestern.edu>
Thu, 30 Oct 2008 23:14:30 +0000 (18:14 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Thu, 30 Oct 2008 23:14:30 +0000 (18:14 -0500)
commit074523a44f8e4e91f0945633b36cd39cc1d959f9
tree1dbd4e8e358420c73bf1245fc62da10499fa46fb
parent976d67e1c6f988ca38ae83347859ccc86d485651
added lookup functions for all page table forms,
generalized the return types for the lookup functions
updated source tree to match
added large page forms for pae and 64 bit page tables
palacios/include/palacios/vmm_paging.h
palacios/src/palacios/vm_guest_mem.c
palacios/src/palacios/vmm_paging.c
palacios/src/palacios/vmm_paging_debug.h
palacios/src/palacios/vmm_shadow_paging.c