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) Enhancements
authorPeter Dinda <pdinda@northwestern.edu>
Tue, 26 Aug 2014 15:41:40 +0000 (10:41 -0500)
committerroot <root@v-test-r415-3.localdomain>
Tue, 26 Aug 2014 15:41:40 +0000 (10:41 -0500)
commit366bf119d0307245296101e01bf509afab3eb9f8
tree5ece56f03a2d189e828a664f323f4be1190c108e
parentd3fa9d0b82291fafc35ce9bb7e777256d78c0ecd
P-State (DVFS) Enhancements

- Change of pstate interface to be opaque 64 bit number
- Nearly complete "direct" implementation for Intel
linux_module/iface-pstate-ctrl.c
linux_module/iface-pstate-ctrl.h
linux_usr/v3_dvfs.c
linux_usr/v3_user_dvfs.c
palacios/include/interfaces/vmm_pstate_ctrl.h
palacios/src/interfaces/vmm_pstate_ctrl.c