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 configuration of time management; most advanced time features are
authorPatrick G. Bridges <bridges@cs.unm.edu>
Fri, 7 Oct 2011 15:47:32 +0000 (09:47 -0600)
committerPatrick G. Bridges <bridges@cs.unm.edu>
Fri, 7 Oct 2011 15:47:32 +0000 (09:47 -0600)
commit281d544b5352321631fb51c394e1ae0a9680b752
tree84b706a1e8167294faa390494f26ff476f71eb63
parent81361b1fc66eb2ca2e1eb80d3c3b98c6accde9d0
Cleaned up configuration of time management; most advanced time features are
now marked as experimental. TSC offseting support is turned back on in svm.c and
vmx.c, but the offset should now always be zero unless time dilation support is
turned on (and it is currently broken).
Kconfig
palacios/src/palacios/svm.c
palacios/src/palacios/vmm_time.c
palacios/src/palacios/vmx.c