Re: [libvirt PATCH 3/5] cpu: wire up support for maximum CPU mode

2021-02-09 Thread Pavel Hrdina
On Tue, Feb 09, 2021 at 01:58:59PM +, Daniel P. Berrangé wrote: > The logic applied in the ppc64 case isn't quite correct, as the > interpretation of maximum mode depends on whether hardware virt > is used or not. This is information the CPU driver doesn't have. > > Signed-off-by: Daniel P. Be

[libvirt PATCH 3/5] cpu: wire up support for maximum CPU mode

2021-02-09 Thread Daniel P . Berrangé
The logic applied in the ppc64 case isn't quite correct, as the interpretation of maximum mode depends on whether hardware virt is used or not. This is information the CPU driver doesn't have. Signed-off-by: Daniel P. Berrangé --- src/cpu/cpu.c | 3 ++- src/cpu/cpu_ppc64.c | 10 --