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 barrier locking to the core migration functionality
authorJack Lange <jacklange@cs.pitt.edu>
Tue, 13 Sep 2011 19:44:25 +0000 (15:44 -0400)
committerJack Lange <jacklange@cs.pitt.edu>
Tue, 13 Sep 2011 19:44:25 +0000 (15:44 -0400)
commitc58da27ff29c9cd0511c7c3f64eff2644fa85961
tree521825c17abb2cc29e2e78f48aa042ce6de3064e
parentd6c39d69e162e32b158d7014f902f281cd7753f5
Added barrier locking to the core migration functionality
linux_module/palacios-stubs.c
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm.h
palacios/include/palacios/vmm_types.h
palacios/src/palacios/svm.c
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_halt.c
palacios/src/palacios/vmx.c