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...
[palacios.git] / linux_module / main.c
2013-03-13 Peter Dinda Support for optional full /dev/mem access even if host...
2013-02-11 Patrick G. Bridges Added first cut at options processing for the palacios...
2012-12-29 Peter Dinda Use of information interface to enhance output of ...
2012-10-01 Kyle Hale check for out-of-bounds index when freeing a VM
2012-08-17 Peter Dinda Avoid corruption when freeing a guest fails
2012-08-03 Kyle Hale update palacios mempool status when onlining memory...
2012-07-27 Jack Lange added host_pci passthrough PCI support
2012-07-20 Kyle Hale stop and free all VMs on Linux module exit
2012-07-07 Kyle Hale Fail gracefully on VM create or free errors
2012-07-07 Peter Dinda Fixes to allocation order and functions
2012-07-07 Peter Dinda Extensive, Pedantic Error Checking in Linux module...
2012-07-07 Peter Dinda Changes to linux interfaces:
2012-06-22 Ferrol Aderholdt /proc info showing vm device and vm name mapping, and...
2012-06-19 Ben Scholbrock Updates to linux module to use linux print macros
2012-04-14 Brian Kocoloski Added selective per CPU initialization option
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 Jack Lange reworked VM stopping to avoid deallocation ordering...
2011-06-14 Jack Lange module reorganization