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.


Fixed conditional yield frequency calculation in yield_cond. Added runtime
authorPatrick G. Bridges <bridges@cs.unm.edu>
Thu, 29 Mar 2012 20:17:00 +0000 (14:17 -0600)
committerPatrick G. Bridges <bridges@cs.unm.edu>
Thu, 29 Mar 2012 20:17:00 +0000 (14:17 -0600)
commit9fce3687216ee6401cbf006a6fd14b6f7e16db6e
treeb4ad98954186cb73a8017c5c157bbe4d3e91580f
parentb91f96a59e8709a444eb345b0f2b255e9ed9b877
Fixed conditional yield frequency calculation in yield_cond. Added runtime
control of whether RDTSC traps to both SVM and VMX.
palacios/include/palacios/vmm_time.h
palacios/src/palacios/svm.c
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_time.c
palacios/src/palacios/vmx.c