[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 11/11] tools: enable xenpm to control the intel_pstate driver
>>> On 07.07.15 at 10:55, <wei.liu2@xxxxxxxxxx> wrote: > On Thu, Jun 25, 2015 at 07:19:05PM +0800, Wei Wang wrote: >> --- a/tools/libxc/include/xenctrl.h >> +++ b/tools/libxc/include/xenctrl.h >> @@ -2266,8 +2266,18 @@ struct xc_get_cpufreq_para { >> uint32_t scaling_cur_freq; >> >> char scaling_governor[CPUFREQ_NAME_LEN]; >> - uint32_t scaling_max_freq; >> - uint32_t scaling_min_freq; >> + >> + union { >> + uint32_t freq; >> + uint32_t pct; >> + } scaling_max; >> + >> + union { >> + uint32_t freq; >> + uint32_t pct; >> + } scaling_min; >> + > > Don't you need struct? I don't see how union would work for you, you > clearly need bot freq and pct at the same time. Why? The current driver uses freq; intel_pstate uses pct. What looks wrong is the code below using both fields at once. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |