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.


Add interface for power monitoring and telemetry option for power-related statistics
[palacios.git] / palacios / src / interfaces / Kconfig
index 7535376..a72ce87 100644 (file)
@@ -81,4 +81,11 @@ config HOST_PMU
        help
           Select this if you would like to access performance
           counters (the PMU) within Palacios
+
+config HOST_PWRSTAT
+       bool "Host power statistics monitoring support"
+       default n
+       help
+               Select this if you would like to access energy/power
+               measurements within Palacios
 endmenu