Re: [PATCH v2 04/21] libs/guest: introduce helper to fetch a system cpu policy

2021-04-14 Thread Jan Beulich
On 13.04.2021 16:01, Roger Pau Monne wrote: > Such helper is based on the existing functions to fetch a CPUID and > MSR policies, but uses the xc_cpu_policy_t type to return the data to > the caller. > > Note some helper functions are introduced, those are split from > xc_cpu_policy_get_system

[PATCH v2 04/21] libs/guest: introduce helper to fetch a system cpu policy

2021-04-13 Thread Roger Pau Monne
Such helper is based on the existing functions to fetch a CPUID and MSR policies, but uses the xc_cpu_policy_t type to return the data to the caller. Note some helper functions are introduced, those are split from xc_cpu_policy_get_system because they will be used by other functions also. No