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 and sanity-checking of before/after null-check and copy+paste errors (Coverit...
[palacios.git] / palacios / src / palacios / vmm_time.c
2015-09-01 Peter Dinda Cleanup and sanity-checking of before/after null-check...
2015-07-01 Peter Dinda Cleanup based on cppcheck pass (Core)
2013-10-07 Kyle Hale more paranoid error checking
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-07-07 Peter Dinda Change to internal v3_yield/yield_cond semantics:
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2012-05-22 Patrick G. Bridges Added hypercall to read host TSC
2012-05-15 Patrick G. Bridges Added TSC passthrough specification to time handling
2012-04-27 Patrick G. Bridges Added RDTSC trapping if we are dilating time.
2012-04-25 Patrick G. Bridges Fixed bug in v3_advance_time() found by Oscar (omondrag...
2012-04-20 Patrick G. Bridges More work on time fixing/debugging
2012-04-20 Patrick G. Bridges Merged updates from devel, added more time debugging...
2012-04-09 Patrick G. Bridges Bug fix in new time code based on testing by Oscar
2012-04-04 Patrick G. Bridges Cleanup, simplification of the time managemnet, time...
2012-04-02 Patrick G. Bridges Minor cleanup of setup of RDTSC trapping initialization
2012-03-29 Patrick G. Bridges Fixed conditional yield frequency calculation in yield_...
2012-03-27 Patrick G. Bridges Updates to some debugging of time virtualization. Addin...
2012-02-24 Patrick G. Bridges More changed files
2012-02-23 Patrick G. Bridges More debugging of fixed-timekeeping change
2012-02-17 Patrick G. Bridges Start at new guest time representaion
2012-02-10 Jack Lange initial simulation functionality
2012-02-09 Patrick G. Bridges Cleanup to start proper time dilation mechanisms
2012-01-17 Patrick G. Bridges Start at allowing setting the vmx schedule timeout
2012-01-12 Patrick G. Bridges Minor comment changes to documentation in vmm_time.c
2011-10-24 Patrick G. Bridges Cleaned up time management stuff, being more careful...
2011-10-20 Patrick G. Bridges Working on debugging time management/apic timer code.
2011-10-07 Patrick G. Bridges Cleaned up configuration of time management; most advan...
2011-09-22 Patrick G. Bridges Changes to try to make time handling better. Also disab...
2011-06-09 Patrick Bridges Cleanup of time handling code
2011-05-04 Jack Lange separated virtual cores from physical cores
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-03-03 Jack Lange added extension framework
2011-03-01 Jack Lange change virtualized time configuration
2011-02-25 Patrick G. Bridges More timing cleanup with a fix to 8254.c for running...
2011-02-23 Patrick G. Bridges Simplified interface to timekeeping API, added to VMX...
2011-02-22 Patrick G. Bridges Fixups to let us run multiple guests on a single CPU...
2011-02-17 Patrick G. Bridges Fixes to time code to allow virtualization to hide...
2011-01-12 Jack Lange uninitializing of memory hooks and host events
2011-01-11 Jack Lange freeing of virtual paging state during guest deinitiali...
2011-01-06 Jack Lange fixed bug in time initialization, and added deinitializ...
2010-11-19 Jack Lange timer interface updates to allow state cleanup on exit
2010-10-21 Patrick G. Bridges More minor fixes on time keeping. VMM clock now appears...
2010-10-20 Patrick G. Bridges More minor updates for handling time. Virtually slower...
2010-10-20 Patrick G. Bridges Attempts to support virutally slower processors - broken!
2010-10-20 Patrick G. Bridges Minor cleanups on time handling.
2010-10-19 Patrick G. Bridges More updates getting basic version of time handling...
2010-10-18 Patrick G. Bridges Still working on timer updates, heading towards being...
2010-10-01 Patrick G. Bridges Time configuration parameters added. More time control...
2010-10-01 Patrick G. Bridges Added initialization of yield_start_cycle to start_time()
2010-10-01 Patrick G. Bridges MOre minor fixes
2010-09-20 Patrick G. Bridges Initial testing of new time handling on VMX, initial...
2010-09-20 Patrick G. Bridges Implemented (but not yet tested) time interface changes...
2010-05-04 Lei Xia Add hypercall for guest to get CPU frequency
2010-01-15 Jack Lange fixes for single core guest on multicore capable systeM
2010-01-14 Jack Lange refactoring to the point of compilation
2009-12-01 Jack Lange integrated new configuration system
2009-03-03 Jack Lange reformatting of the source files
2008-10-03 Jack Lange added new copyright and license
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange added copyright tags
2008-09-25 Jack Lange added copyright tags
2008-07-22 Jack Lange code clean up
2008-05-29 Jack Lange added timer support...
2008-05-22 Jack Lange *** empty log message ***
2008-05-21 Jack Lange lot of changes