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.


Merge branch 'Release-1.2' of ssh://palacios@newskysaw.cs.northwestern.edu//home...
[palacios.git] / palacios / src / palacios / svm_lowlevel.S
2010-04-09 Jack Lange bug fix for 32 bit ebp cloberring
2009-08-11 Jack Lange build fix
2009-08-11 Jack Lange fixed lowlevel svm save/restore register macro
2009-06-26 Jack Lange email notification test
2009-06-13 Jack Lange fixed crash issue due to inproperly saving host state
2009-02-14 Jack Lange Do we need to save and restore the guests GS/FS regs?
2009-02-05 Jack Lange save/restore MSRs before VM entry/exit
2009-02-05 Jack Lange 64 bit guests initially supported
2008-10-22 Jack Lange added GS.BASE save/restore
2008-10-22 Jack Lange fixed svm entry launch
2008-10-21 Jack Lange updated assembly to build in 64 bit mode
2008-10-20 Jack Lange moved svm_lowlevel.asm over to gas syntax in svm_lowlevel.S