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 non-contiguous memory region support.
authorJack Lange <jacklange@cs.pitt.edu>
Wed, 31 Jul 2013 21:56:38 +0000 (16:56 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Sun, 4 Aug 2013 22:31:20 +0000 (17:31 -0500)
commit16db015d4bcec7b3f9e25eb8dbb6796c4d85550a
tree529f10a968101e286d0378cf484e2c1fb52aa9b3
parent1cc8fb21b4fdd6d2eb16742af13d60949e61d2ed
Added non-contiguous memory region support.
Kconfig
linux_module/mm.c
linux_module/mm.h
linux_module/palacios-stubs.c
linux_module/palacios.h
palacios/include/palacios/vmm.h
palacios/include/palacios/vmm_mem.h
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_mem.c