From: Pierrick Bouvier <[email protected]> Signed-off-by: Pierrick Bouvier <[email protected]> Message-id: [email protected] [PMM: Removed a paragraph about using non-versioned models.] Signed-off-by: Peter Maydell <[email protected]> --- docs/system/arm/virt.rst | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/docs/system/arm/virt.rst b/docs/system/arm/virt.rst index f87adeb444c..766a7455f03 100644 --- a/docs/system/arm/virt.rst +++ b/docs/system/arm/virt.rst @@ -19,6 +19,10 @@ of the 5.0 release and ``virt-5.0`` of the 5.1 release. Migration is not guaranteed to work between different QEMU releases for the non-versioned ``virt`` machine type. +VM migration is not guaranteed when using ``-cpu max``, as features +supported may change between QEMU versions. To ensure your VM can be +migrated, it is recommended to use another cpu model instead. + Supported devices """"""""""""""""" -- 2.34.1
