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 error checking to guest launch to handle core mapping bugs
[palacios.git] / linux_module / vm.c
2011-10-27 Jack Lange added error checking to guest launch to handle core...
2011-10-06 Jack Lange userspace changes to break apart VM lifecycle management
2011-09-22 Jack Lange Remove non-multithreaded OS option. Change VM creation...
2011-09-16 Madhav Suresh hooked checkpoint code up to the linux module and added...
2011-09-16 Jack Lange reworked VM stopping to avoid deallocation ordering...
2011-09-01 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-08-30 Jack Lange various linux fixes
2011-08-26 Jack Lange various minor bug fixes
2011-08-18 Lei Xia Initial support for moving virtual cores among differen...
2011-07-30 Jack Lange added barrier synchronization and integrated it with...
2011-06-14 Jack Lange module reorganization