]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: document cpu host-passthrough migration issue
authorJason J. Herne <jjherne@linux.vnet.ibm.com>
Fri, 9 Dec 2016 19:38:35 +0000 (14:38 -0500)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 16 Dec 2016 08:09:44 +0000 (09:09 +0100)
Documents in formatdomain.html that when migrating a guest
defined with the host-passthrough CPU model from a machine that
is running on a newer CPU model than the destination machine's
CPU model, it is very likely that the guest will crash upon
arrival.

Signed-off-by: Jason J. Herne <jjherne@linux.vnet.ibm.com>
docs/formatdomain.html.in

index 9646782828a4dbfed47f2cbf6ea2b745af4a4804..f7bef51dece54aa03197f6bb58d0fd39c0324a40 100644 (file)
           understand. Though the downside of this mode is that the guest
           environment cannot be reproduced on different hardware. Thus, if you
           hit any bugs, you are on your own. Further details of that CPU can
-          be changed using <code>feature</code> elements.</dd>
+          be changed using <code>feature</code> elements. Migration of a guest
+          using host-passthrough is dangerous if the source and destination
+          hosts are not identical in both hardware and configuration. If such
+          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>