qemu: Advertise migratable attribute for CPU in domcaps

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Jiri Denemark
2020-06-03 00:28:10 +02:00
parent 120ac100fd
commit 19926477cb
71 changed files with 376 additions and 71 deletions

View File

@@ -28,7 +28,12 @@
</loader>
</os>
<cpu>
<mode name='host-passthrough' supported='yes'/>
<mode name='host-passthrough' supported='yes'>
<enum name='hostPassthroughMigratable'>
<value>on</value>
<value>off</value>
</enum>
</mode>
<mode name='host-model' supported='yes'>
<model fallback='forbid'>EPYC-IBPB</model>
<vendor>AMD</vendor>