|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [RFC 07/12] libxc: Include hwp_para in definitions
Expose the hwp_para fields through libxc.
Signed-off-by: Jason Andryuk <jandryuk@xxxxxxxxx>
---
tools/include/xenctrl.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/include/xenctrl.h b/tools/include/xenctrl.h
index 318920166c..3b0ca62fc7 100644
--- a/tools/include/xenctrl.h
+++ b/tools/include/xenctrl.h
@@ -1960,6 +1960,7 @@ int xc_smt_disable(xc_interface *xch);
*/
typedef struct xen_userspace xc_userspace_t;
typedef struct xen_ondemand xc_ondemand_t;
+typedef struct xen_hwp_para xc_hwp_para_t;
struct xc_get_cpufreq_para {
/* IN/OUT variable */
@@ -1987,6 +1988,7 @@ struct xc_get_cpufreq_para {
union {
xc_userspace_t userspace;
xc_ondemand_t ondemand;
+ xc_hwp_para_t hwp_para;
} u;
int32_t turbo_enabled;
--
2.29.2
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |