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.


Checkpointing and migration now support options, the first of which are: skipping...
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 18 Mar 2013 19:05:08 +0000 (14:05 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Mon, 18 Mar 2013 19:08:30 +0000 (14:08 -0500)
commit6b055801f5e04e134b779ad49bc4826179ebf6bb
tree0a3bcc8ae2a6466ea3666c4274aeb839e0990c30
parentea744834e3c756db65cdc211be929891cecafe09
Checkpointing and migration now support options, the first of which are: skipping memory, skipping devices, skipping cores, and skipping the archtecture-dependent state
linux_module/palacios.h
linux_module/vm.c
linux_usr/v3_ctrl.h
linux_usr/v3_load.c
linux_usr/v3_receive.c
linux_usr/v3_save.c
linux_usr/v3_send.c
palacios/include/palacios/vmm.h
palacios/include/palacios/vmm_checkpoint.h
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_checkpoint.c