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.


Cleaned up time management stuff, being more careful on signs of various time computa...
[palacios.git] / palacios / src / palacios / 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