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.


P-State (DVFS) control host interface
authorKyle Hale, Shiva Rao, and Peter Dinda <kh@u.northwestern.edu>
Wed, 13 Aug 2014 00:02:08 +0000 (19:02 -0500)
committerroot <root@v-test-r415-3.localdomain>
Mon, 25 Aug 2014 21:06:03 +0000 (16:06 -0500)
commit35b3113f6297f134f2ba7d43543c5366aec65181
tree8d656b7304bf62623257b71efe5275c0bac52c35
parentff0fec756f4800fe869f3dff2f164d3ffcfc83e6
P-State (DVFS) control host interface
palacios/include/interfaces/vmm_pstate_ctrl.h [new file with mode: 0644]
palacios/src/interfaces/Kconfig
palacios/src/interfaces/Makefile
palacios/src/interfaces/vmm_pstate_ctrl.c [new file with mode: 0644]