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.


cleaned up the memory handing implementation
authorJack Lange <jarusl@cs.northwestern.edu>
Mon, 20 Apr 2009 00:55:58 +0000 (19:55 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Mon, 20 Apr 2009 00:55:58 +0000 (19:55 -0500)
commitc163873b7b96544683030cafba0e73a7ed988171
tree7137954e0c389788dd4622d79f2e68c6abb496fe
parent058a3adde5893927ae056a1d8fbccd5191d2446f
cleaned up the memory handing implementation
13 files changed:
palacios/include/palacios/vmm_direct_paging.h
palacios/include/palacios/vmm_paging.h
palacios/include/palacios/vmm_shadow_paging.h
palacios/src/palacios/svm.c
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_direct_paging.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
palacios/src/palacios/vmm_shadow_paging_32.h