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.


Refactoring and additions to direct paging (nested and passthrough)
[palacios.git] / palacios / src / palacios / vmx_handler.c
2014-06-09 Peter Dinda Refactoring and additions to direct paging (nested...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-09-24 Jack Lange correctly handle NMI exits on VMX architectures
2012-09-10 Peter Dinda Added functionality for MONITOR and MWAIT instructions...
2012-08-03 Peter Dinda APIC and CR8 changes for vector priorization vs TPR
2012-06-20 Jack Lange added dedicated debugging framework with associated...
2012-04-26 Jack Lange rename exit codes to avoid namespace collisions
2012-02-10 Jack Lange initial simulation functionality
2012-01-20 Patrick G. Bridges Added VMX handler for the preempt timer so that we...
2011-08-26 Jack Lange updated NMI exit handler
2011-07-07 Kevin Pedretti VMX 64-bit guest support. Add exit handling for CR4...
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-29 Jack Lange added support for Intel EPT with(?) and without unrestr...
2011-04-19 Jack Lange added cpuid masking
2011-03-07 Patrick G. Bridges Start at support for multiple VMs per core on VMX syste...
2010-10-18 Patrick G. Bridges Still working on timer updates, heading towards being...
2010-09-20 Patrick G. Bridges Initial testing of new time handling on VMX, initial...
2010-08-03 Peter Dinda Now correctly boots 2, 4, 8 core kitten
2010-03-31 Jack Lange removed external vnet dependencies
2010-03-25 Lei Xia Update on VNET
2010-03-12 Lei Xia Clear the code
2010-03-12 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-01-14 Jack Lange refactoring to the point of compilation
2009-12-09 Jack Lange removed vmcs accesses from io handler
2009-12-03 Jack Lange major VMX update
2009-09-23 Jack Lange added symbiotic interface and a number of other small...
2009-09-18 Jack Lange added cpuid hooking
2009-08-31 Andy Gocke VMX is working for a 32-bit Linux kernel. It should...
2009-08-21 Andy Gocke Modified boot and vmxassist to handle real/protected...
2009-08-13 Andy Gocke Succesful transition to vmxassist, then to the bios...
2009-08-10 Andy Gocke Added shadow page handling, IO and MSR bitmap allocatio...
2009-08-06 Andy Gocke Latest VMX work that still has bug in guest state causi...
2009-08-04 Andy Gocke Succesfully launches and jumps into the exit handler...
2009-06-26 Jack Lange addd vmx_handler files