From 6477366f6c93f53dd1212444526b7667812e8825 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Tue, 14 Nov 2023 19:08:26 +0300 Subject: docs/about/deprecated.rst: spelling fix: becase Fixes: 864128df465a "migration: Deprecate old compression method" Reviewed-by: Thomas Huth Signed-off-by: Michael Tokarev --- docs/about/deprecated.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index 78550c0..6c84db9 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -514,5 +514,5 @@ old compression method (since 8.2) Compression method fails too much. Too many races. We are going to remove it if nobody fixes it. For starters, migration-test -compression tests are disabled becase they fail randomly. If you need +compression tests are disabled because they fail randomly. If you need compression, use multifd compression methods. -- cgit v1.1 From 2a620ed52dd46ea7f4d70e1959584bec8f7082ba Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Tue, 14 Nov 2023 19:08:48 +0300 Subject: 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 Signed-off-by: Michael Tokarev --- docs/devel/migration.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') 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 -- cgit v1.1 From eb12e929051be4b916d724c1d29f1ead0b270901 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Tue, 14 Nov 2023 19:09:19 +0300 Subject: docs/system/arm/emulation.rst: spelling fix: Enhacements Fixes: c7c807f6dd6d "target/arm: Implement FEAT_Pauth2" Reviewed-by: Thomas Huth Signed-off-by: Michael Tokarev --- docs/system/arm/emulation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst index 47fd648..0b604f9 100644 --- a/docs/system/arm/emulation.rst +++ b/docs/system/arm/emulation.rst @@ -70,7 +70,7 @@ the following architecture extensions: - FEAT_PAN2 (AT S1E1R and AT S1E1W instruction variants affected by PSTATE.PAN) - FEAT_PAN3 (Support for SCTLR_ELx.EPAN) - FEAT_PAuth (Pointer authentication) -- FEAT_PAuth2 (Enhacements to pointer authentication) +- FEAT_PAuth2 (Enhancements to pointer authentication) - FEAT_PMULL (PMULL, PMULL2 instructions) - FEAT_PMUv3p1 (PMU Extensions v3.1) - FEAT_PMUv3p4 (PMU Extensions v3.4) -- cgit v1.1