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.


Assure that unhandled MSR reads get back zeros
[palacios.git] / palacios / src / palacios / vmm_msr.c
2011-11-15 Peter Dinda Assure that unhandled MSR reads get back zeros
2011-10-28 Jack Lange added ability to partially hook MSRs
2011-10-27 Jack Lange Now by default IO and MSR operations are dropped by...
2011-02-01 Jack Lange added stricter types to the msr hook framework
2011-01-22 Erik van der Kouwe This small patch causes MSR numbers to be displayed...
2011-01-12 Jack Lange delete leftover resource hooks and various resource...
2011-01-12 Jack Lange added support for unhooking an MSR
2010-10-20 Patrick G. Bridges More minor updates for handling time. Virtually slower...
2010-01-15 Jack Lange added per core structure to MSR/MEM hooks
2010-01-14 Jack Lange refactoring to the point of compilation
2009-09-23 Jack Lange added symbiotic interface and a number of other small...
2009-09-14 Jack Lange updated msr map to allow early hooking
2009-08-31 Andy Gocke VMX is working for a 32-bit Linux kernel. It should...
2009-04-26 Jack Lange updated IO and MSRs to allow hooking/unhooking dynamic...
2009-03-03 Jack Lange reformatting of the source files
2008-10-27 Jack Lange more 64 bit guest support
2008-10-27 Jack Lange added MSR hook framework