Re: [PATCH v3 06/13] libs/guest: introduce helper to check cpu policy compatibility

2021-05-04 Thread Andrew Cooper
On 30/04/2021 16:52, Roger Pau Monne wrote: > Such helpers is just a wrapper to the existing > x86_cpu_policies_are_compatible function. This requires building > policy.c from libx86 on user land also. > > No user of the interface introduced. > > Signed-off-by: Roger Pau Monné Acked-by: Andrew Co

[PATCH v3 06/13] libs/guest: introduce helper to check cpu policy compatibility

2021-04-30 Thread Roger Pau Monne
Such helpers is just a wrapper to the existing x86_cpu_policies_are_compatible function. This requires building policy.c from libx86 on user land also. No user of the interface introduced. Signed-off-by: Roger Pau Monné --- Changes since v1: - Initialize err. - Explicitly name parameters as ho