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.


reorganized swapbypass to isolate it to a special shadow paging implementation, and...
authorJack Lange <jarusl@cs.northwestern.edu>
Sat, 6 Feb 2010 22:33:16 +0000 (16:33 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Sat, 6 Feb 2010 22:33:16 +0000 (16:33 -0600)
commit8a8e371fd9be4513214a0013063d87ecbc5582c1
treee18dd0ddd174ae5d9e66ae4857c07baf06661e9c
parentee1279646a778613b23a42350b903ebb57c068f8
reorganized swapbypass to isolate it to a special shadow paging implementation, and removed external state dependencies.
13 files changed:
Kconfig
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_swapbypass.h [new file with mode: 0644]
palacios/include/palacios/vmm_sym_swap.h [deleted file]
palacios/src/devices/Kconfig
palacios/src/devices/Makefile
palacios/src/devices/swapbypass_cache.c [moved from palacios/src/devices/sym_swap.c with 96% similarity]
palacios/src/devices/swapbypass_cache2.c [moved from palacios/src/devices/sym_swap2.c with 97% similarity]
palacios/src/palacios/Makefile
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_shdw_pg_swapbypass.c
palacios/src/palacios/vmm_shdw_pg_swapbypass_32.h
palacios/src/palacios/vmm_sym_swap.c [deleted file]