qemu: wire up support for maximum CPU model

The "max" model can be treated the same way as "host" model in general.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé
2021-02-05 18:35:10 +00:00
parent 9c89cc5d6f
commit c32f172d12
94 changed files with 430 additions and 73 deletions

View File

@@ -35,7 +35,12 @@
<value>off</value>
</enum>
</mode>
<mode name='maximum' supported='no'/>
<mode name='maximum' supported='yes'>
<enum name='maximumMigratable'>
<value>on</value>
<value>off</value>
</enum>
</mode>
<mode name='host-model' supported='yes'>
<model fallback='forbid'>Skylake-Client-IBRS</model>
<vendor>Intel</vendor>