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.


userspace changes to break apart VM lifecycle management
[palacios.git] / linux_module / palacios.h
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-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-07-23 Clint Sbisa Initial integration and reimplementation of user-space...
2011-06-14 Jack Lange interface updates
2011-06-09 Jack Lange moved host device to extension framework
2011-06-08 Jack Lange more extension ports
2011-06-08 Jack Lange ported packet to extension framework and fixed type...
2011-06-08 Jack Lange ported socket interface to extension framework
2011-06-08 Jack Lange ported inspector to the extension framework
2011-06-08 Jack Lange ported file interface to new extension framework
2011-06-08 Jack Lange bug fixes for extension framework, and porting of conso...
2011-06-08 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-06-08 Jack Lange added initial extension framework
2011-05-17 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-05-17 Jack Lange config fix
2011-05-17 Peter Dinda Updated kernel module and user tools to reflect ioctl...
2011-05-05 Peter Dinda Ported device changes and support code for keyed stream...
2011-05-02 Jack Lange updated linux module to new build framework
2011-04-06 Lei Xia merge VNET Linux backend code into Linux module directory
2011-03-18 Jack Lange more linux changes
2011-03-18 Jack Lange updated module cleanup and added user space tools
2011-03-18 Jack Lange linux build fix and deinitialization fix
2011-03-10 Jack Lange moved linux module to main Palacios tree