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.


Checkpoint/Restore fixes
authorPeter Dinda <pdinda@northwestern.edu>
Wed, 28 Aug 2013 13:58:57 +0000 (08:58 -0500)
committerroot <root@v-test-r415-3.localdomain>
Wed, 28 Aug 2013 13:58:57 +0000 (08:58 -0500)
commit5d20e4fc3a9b5b9cf762e67c23f817986d802bb7
tree78927bc5cade5457729f0c88648b5d95888e0c17
parentaabc934443b56e393ff21430545257c50c3d4392
Checkpoint/Restore fixes
  - handles multi-base region VMs with distinct tags for each base region
  - checks to see if restore VM's region setup is identical to the checkpoint
    VM's before proceeding (this will eventually be expanded to do translation)
  - minor fix to keyed stream to support large files
  - minor error fix to save/restore of serial
linux_module/iface-keyed-stream.c
palacios/src/devices/serial.c
palacios/src/palacios/vmm_checkpoint.c