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.


Userspace tool compile fix
Peter Dinda [Mon, 22 Dec 2014 22:21:04 +0000 (16:21 -0600)]
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);