aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-11-14 19:08:48 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-11-15 11:55:10 +0300
commit2a620ed52dd46ea7f4d70e1959584bec8f7082ba (patch)
tree95f0e4fb8067aa4689f9fa400720e9fa78d35f73 /docs
parent6477366f6c93f53dd1212444526b7667812e8825 (diff)
downloadqemu-2a620ed52dd46ea7f4d70e1959584bec8f7082ba.zip
qemu-2a620ed52dd46ea7f4d70e1959584bec8f7082ba.tar.gz
qemu-2a620ed52dd46ea7f4d70e1959584bec8f7082ba.tar.bz2
docs/devel/migration.rst: spelling fixes: doen't, diferent, responsability, recomend
Fixes: 593c28c02c81 "migration/doc: How to migrate when hosts have different features" Fixes: 1aefe2ca1423 "migration/doc: Add documentation for backwards compatiblity" Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs')
-rw-r--r--docs/devel/migration.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/devel/migration.rst b/docs/devel/migration.rst
index 5adf4f1..ec55089 100644
--- a/docs/devel/migration.rst
+++ b/docs/devel/migration.rst
@@ -1061,7 +1061,7 @@ QEMU version, in this case pc-5.1.
4 - qemu-5.1 -M pc-5.2 -> migrates to -> qemu-5.1 -M pc-5.2
- This combination is not possible as the qemu-5.1 doen't understand
+ This combination is not possible as the qemu-5.1 doesn't understand
pc-5.2 machine type. So nothing to worry here.
Now it comes the interesting ones, when both QEMU processes are
@@ -1214,8 +1214,8 @@ machine types to have the right value::
...
};
-A device with diferent features on both sides
----------------------------------------------
+A device with different features on both sides
+----------------------------------------------
Let's assume that we are using the same QEMU binary on both sides,
just to make the things easier. But we have a device that has
@@ -1294,12 +1294,12 @@ Host B:
$ qemu-system-x86_64 -cpu host,taa-no=off
-And you would be able to migrate between them. It is responsability
+And you would be able to migrate between them. It is responsibility
of the management application or of the user to make sure that the
configuration is correct. QEMU doesn't know how to look at this kind
of features in general.
-Notice that we don't recomend to use -cpu host for migration. It is
+Notice that we don't recommend to use -cpu host for migration. It is
used in this example because it makes the example simpler.
Other devices have worse control about individual features. If they