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.


fix potential overflow condition in VMX assist
[palacios.git] / linux_usr / v3_user_dvfs.h
index 12e02e0..21af2a2 100644 (file)
@@ -7,7 +7,7 @@
 
 // Use these together
 int v3_user_dvfs_acquire_direct(uint32_t core); 
-int v3_user_dvfs_set_pstate(uint32_t core, uint8_t pstate);
+int v3_user_dvfs_set_pstate(uint32_t core, uint64_t pstate);
 
 // Use these together
 int v3_user_dvfs_acquire_external(uint32_t core);