On Tue, Feb 09, 2021 at 01:58:59PM +0000, 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. Berrangé <berrange(a)redhat.com>
---
src/cpu/cpu.c | 3 ++-
src/cpu/cpu_ppc64.c | 10 ++++++++--
src/cpu/cpu_x86.c | 3 ++-
3 files changed, 12 insertions(+), 4 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>