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.


reworked the paging functions
authorJack Lange <jarusl@cs.northwestern.edu>
Mon, 3 Nov 2008 23:55:18 +0000 (17:55 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Mon, 3 Nov 2008 23:55:18 +0000 (17:55 -0600)
commit7f5fe648423f83c0883d6daa3f15751f9e74daf0
tree1ea185db9bfae132d9ac1925eee6bf3c25b16cd1
parent11b5cccde17af54f3998c38952e0eeedf85ced0a
reworked the paging functions
*_lookup functions are now static local to vmm_paging.c and no longer return byte offsets for leaf pages
added page table drill functions
moved translate and access check functions over to drill implementations
palacios/include/palacios/vmm_paging.h
palacios/src/palacios/svm.c
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