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.


Removal of debugging code from halt code
[palacios.git] / palacios / src / palacios / vmm_halt.c
2015-08-03 Peter Dinda Removal of debugging code from halt code
2015-08-02 Peter Dinda Leave a HLT on exception injection
2015-06-18 Peter Dinda VM reset capability
2013-08-04 Jack Lange Enable barrier participation and core stop while in...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-08-09 Peter Dinda Halt handling uses global performance parameters to...
2012-08-06 Peter Dinda Enhancements to VNET and to halting:
2012-07-07 Peter Dinda Change to internal v3_yield/yield_cond semantics:
2012-07-07 Peter Dinda Timed yielding in vmm_halt to avoid pegging CPU
2012-04-25 Patrick G. Bridges Fixed merge conflict in vmm_halt.c
2012-04-24 Jack Lange Added run state checks to halt handler. This allows...
2012-04-04 Patrick G. Bridges Cleanup, simplification of the time managemnet, time...
2012-03-27 Patrick G. Bridges Updates to some debugging of time virtualization. Addin...
2012-02-24 Patrick G. Bridges More changed files
2011-09-13 Jack Lange Added barrier locking to the core migration functionality
2011-08-18 Lei Xia Initial support for moving virtual cores among differen...
2011-06-13 Patrick Bridges Removed print in vmm_halt
2011-06-09 Patrick Bridges Cleanup of time handling code
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2010-09-20 Patrick G. Bridges Implemented (but not yet tested) time interface changes...
2010-04-28 Jack Lange cleaned up timer infrastructure
2010-04-28 Lei Xia Minor fix to the halt handler
2010-04-23 Lei Xia Fix to the HLT exit handler
2010-01-14 Jack Lange refactoring to the point of compilation
2009-08-31 Andy Gocke VMX is working for a 32-bit Linux kernel. It should...