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
[palacios.git] / palacios / src / interfaces / Kconfig
index a72ce87..d7671a0 100644 (file)
@@ -88,4 +88,17 @@ config HOST_PWRSTAT
        help
                Select this if you would like to access energy/power
                measurements within Palacios
+
+config HOST_PSTATE_CTRL
+    bool "Host allows us control of P-states"
+    default n
+    help
+      Select this if your host allows control of hardware P-states (DVFS)
+
+config HOST_LAZY_FPU_SWITCH
+       bool "Host provides lazy FPU context switching"
+       default n
+       help
+               Select this if your host provides lazy context switch support
+                for floating point state and you would like Palacios to use it
 endmenu