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.


changed shadow memory map to use Red Black Tree
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 28 Jan 2009 23:37:08 +0000 (17:37 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 28 Jan 2009 23:37:08 +0000 (17:37 -0600)
commit24178516ccd9f46718b687d4c630415eb63ff595
tree1d293b28a0175286e0f91666ae3514b1bda3593a
parent19b0b4544674b4f9bc727da5242d625f18821a48
changed shadow memory map to use Red Black Tree
cleaned up shadow memory map interface
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_mem.h
palacios/src/palacios/svm.c
palacios/src/palacios/vm_guest_mem.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_io.c
palacios/src/palacios/vmm_mem.c
palacios/src/palacios/vmm_paging.c
palacios/src/palacios/vmm_shadow_paging.c