X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Finterfaces%2FKconfig;h=72442f9e531e5b99c924ccbfb3897c483a754ec4;hb=495d40c7d02054399e118be6a10b0096c938d232;hp=581852a46f4a43abb431452241083c88a43d157b;hpb=9feccf93cd8327d1d30a404a92f19716bf5a1e96;p=palacios.releases.git diff --git a/palacios/src/interfaces/Kconfig b/palacios/src/interfaces/Kconfig index 581852a..72442f9 100644 --- a/palacios/src/interfaces/Kconfig +++ b/palacios/src/interfaces/Kconfig @@ -89,10 +89,23 @@ config HOST_PWRSTAT 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 + +config CACHE_INFO + bool "Host provides information about cache structure" + 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