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.


Cleanup based on cppcheck pass (Core)
[palacios.git] / palacios / src / palacios / vmm_checkpoint.c
2015-07-01 Peter Dinda Cleanup based on cppcheck pass (Core)
2015-04-28 Peter Dinda Minor compile warning fixup and error checks
2014-06-27 Peter Dinda Linux user-space tools for memory tracking functionality
2014-01-22 Maciek Swiech Addition of state to checkpoint
2014-01-14 Peter Dinda Error checking fixes, minor bug in keyed stream, minor...
2013-11-26 Peter Dinda Floating point context-switching and checkpoint/load
2013-08-28 Peter Dinda Checkpoint/Restore fixes
2013-08-04 Peter Dinda Add load-time configurable memory block size
2013-08-04 Peter Dinda Further changes to support new non-contiguous memory...
2013-05-24 Maciek Swiech Checkpointing fixes
2013-03-18 Peter Dinda Checkpointing and migration now support options, the...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-12-27 Madhav Suresh Explictly tags in saves for PIT, APIC, IOAPIC, SVM...
2012-12-26 Peter Dinda Implementation of revised checkpoint/migrate interface...
2012-08-03 Peter Dinda APIC and CR8 changes for vector priorization vs TPR
2012-07-19 Mark Cartwright... Live Migration Functionality
2012-06-20 Jack Lange added dedicated debugging framework with associated...
2012-06-20 Peter Dinda More extensive error checking in checkpoint/restore...
2012-02-08 Jack Lange added a global machine type to determine machine archit...
2011-10-03 Jack Lange checkpoint changes to get "reset to BIOS" working.
2011-09-16 Madhav Suresh added device checkpoints to core checkpoint framework
2011-09-16 Madhav Suresh added device checkpoint hooks
2011-09-16 Jack Lange hooking checkpoints into vmm execution
2011-09-16 Madhav Suresh hooked checkpoint code up to the linux module and added...
2011-09-16 Madhav Suresh core checkpoint import