mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
docs: Drop obsolete statement about CPU modes and migration
The guest CPU definition has always been updated automatically during migration. And currently we just transform any host-model CPU into a custom one when a domain starts. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
e4c6d4ae55
commit
9b521dbc08
@ -1307,16 +1307,6 @@
|
||||
a migration is attempted then the guest may hang or crash upon
|
||||
resuming execution on the destination host.</dd>
|
||||
</dl>
|
||||
|
||||
In both <code>host-model</code> and <code>host-passthrough</code>
|
||||
mode, the real (approximate in <code>host-passthrough</code> mode) CPU
|
||||
definition which would be used on current host can be determined by
|
||||
specifying <code>VIR_DOMAIN_XML_UPDATE_CPU</code> flag when calling
|
||||
<code>virDomainGetXMLDesc</code> API. When running a guest that might
|
||||
be prone to operating system reactivation when presented with
|
||||
different hardware, and which will be migrated between hosts with
|
||||
different capabilities, you can use this output to rewrite XML to the
|
||||
<code>custom</code> mode for more robust migration.
|
||||
</dd>
|
||||
|
||||
<dt><code>model</code></dt>
|
||||
|
Loading…
Reference in New Issue
Block a user