diff options
| author | Wei Jiangang <weijg.fnst@cn.fujitsu.com> | 2016-05-23 17:43:57 +0800 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-06-07 18:19:24 +0300 |
| commit | aa5982e0fdc3d0ae3de6720e9bc650109d679772 (patch) | |
| tree | 2d11eda0ab8f6ba90d2d178da4a1d78fcb89de25 /docs/multi-thread-compression.txt | |
| parent | 030c98aff14f7504f1b4e00967a79595918288c6 (diff) | |
| download | focaccia-qemu-aa5982e0fdc3d0ae3de6720e9bc650109d679772.tar.gz focaccia-qemu-aa5982e0fdc3d0ae3de6720e9bc650109d679772.zip | |
docs/multi-thread-compression: Fix wrong command string
s/info_migrate_capabilities/info migrate_capabilities Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Liang Li <liang.z.li@intel.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs/multi-thread-compression.txt')
| -rw-r--r-- | docs/multi-thread-compression.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/multi-thread-compression.txt b/docs/multi-thread-compression.txt index 3d477c3bd2..d0caaf7b3b 100644 --- a/docs/multi-thread-compression.txt +++ b/docs/multi-thread-compression.txt @@ -110,7 +110,7 @@ Usage ===== 1. Verify both the source and destination QEMU are able to support the multiple thread compression migration: - {qemu} info_migrate_capabilities + {qemu} info migrate_capabilities {qemu} ... compress: off ... 2. Activate compression on the source: |