Re: [PATCH v3 12/13] libs/{light,guest}: implement xc_cpuid_apply_policy in libxl

2021-05-04 Thread Anthony PERARD
On Fri, Apr 30, 2021 at 05:52:10PM +0200, Roger Pau Monne wrote: > With the addition of the xc_cpu_policy_* now libxl can have better > control over the cpu policy, this allows removing the > xc_cpuid_apply_policy function and instead coding the required bits by > libxl in libxl__cpuid_legacy direc

[PATCH v3 12/13] libs/{light,guest}: implement xc_cpuid_apply_policy in libxl

2021-04-30 Thread Roger Pau Monne
With the addition of the xc_cpu_policy_* now libxl can have better control over the cpu policy, this allows removing the xc_cpuid_apply_policy function and instead coding the required bits by libxl in libxl__cpuid_legacy directly. Remove xc_cpuid_apply_policy. Signed-off-by: Roger Pau Monné ---