qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] docs/multi-thread-compression: Fix wrong command string
@ 2016-05-23  9:43 Wei Jiangang
  2016-05-23 15:20 ` Eric Blake
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wei Jiangang @ 2016-05-23  9:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: liang.z.li, Wei Jiangang

s/info_migrate_capabilities/info migrate_capabilities

Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
---
 docs/multi-thread-compression.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/multi-thread-compression.txt b/docs/multi-thread-compression.txt
index 3d477c3..d0caaf7 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:
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] docs/multi-thread-compression: Fix wrong command string
  2016-05-23  9:43 [Qemu-devel] [PATCH] docs/multi-thread-compression: Fix wrong command string Wei Jiangang
@ 2016-05-23 15:20 ` Eric Blake
  2016-05-24  1:48 ` Li, Liang Z
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Eric Blake @ 2016-05-23 15:20 UTC (permalink / raw)
  To: Wei Jiangang, qemu-devel; +Cc: liang.z.li

[-- Attachment #1: Type: text/plain, Size: 964 bytes --]

On 05/23/2016 03:43 AM, Wei Jiangang wrote:
> s/info_migrate_capabilities/info migrate_capabilities
> 
> Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
> ---
>  docs/multi-thread-compression.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/docs/multi-thread-compression.txt b/docs/multi-thread-compression.txt
> index 3d477c3..d0caaf7 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:
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] docs/multi-thread-compression: Fix wrong command string
  2016-05-23  9:43 [Qemu-devel] [PATCH] docs/multi-thread-compression: Fix wrong command string Wei Jiangang
  2016-05-23 15:20 ` Eric Blake
@ 2016-05-24  1:48 ` Li, Liang Z
  2016-05-30  3:47 ` Wei, Jiangang
  2016-06-01  8:02 ` Michael Tokarev
  3 siblings, 0 replies; 5+ messages in thread
From: Li, Liang Z @ 2016-05-24  1:48 UTC (permalink / raw)
  To: Wei Jiangang, qemu-devel@nongnu.org

> Subject: [Qemu-devel][PATCH] 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>
> ---
>  docs/multi-thread-compression.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/multi-thread-compression.txt b/docs/multi-thread-
> compression.txt
> index 3d477c3..d0caaf7 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 ...
> 

Reviewed-by: Liang Li <liang.z.li@intel.com>

Thanks!
Liang

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] docs/multi-thread-compression: Fix wrong command string
  2016-05-23  9:43 [Qemu-devel] [PATCH] docs/multi-thread-compression: Fix wrong command string Wei Jiangang
  2016-05-23 15:20 ` Eric Blake
  2016-05-24  1:48 ` Li, Liang Z
@ 2016-05-30  3:47 ` Wei, Jiangang
  2016-06-01  8:02 ` Michael Tokarev
  3 siblings, 0 replies; 5+ messages in thread
From: Wei, Jiangang @ 2016-05-30  3:47 UTC (permalink / raw)
  To: qemu-devel@nongnu.org; +Cc: qemu-trivial@nongnu.org, liang.z.li@intel.com

Add qemu-trivial <qemu-trivial@nongnu.org>

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Liang Li <liang.z.li@intel.com>

Thanks,
wei

On Mon, 2016-05-23 at 17:43 +0800, Wei Jiangang wrote:
> s/info_migrate_capabilities/info migrate_capabilities
> 
> Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
> ---
>  docs/multi-thread-compression.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/multi-thread-compression.txt b/docs/multi-thread-compression.txt
> index 3d477c3..d0caaf7 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:




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] docs/multi-thread-compression: Fix wrong command string
  2016-05-23  9:43 [Qemu-devel] [PATCH] docs/multi-thread-compression: Fix wrong command string Wei Jiangang
                   ` (2 preceding siblings ...)
  2016-05-30  3:47 ` Wei, Jiangang
@ 2016-06-01  8:02 ` Michael Tokarev
  3 siblings, 0 replies; 5+ messages in thread
From: Michael Tokarev @ 2016-06-01  8:02 UTC (permalink / raw)
  To: Wei Jiangang, qemu-devel; +Cc: liang.z.li, qemu-trivial

23.05.2016 12:43, Wei Jiangang wrote:
> s/info_migrate_capabilities/info migrate_capabilities

Applied to -trivial, thanks!

/mjt

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-01  8:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-23  9:43 [Qemu-devel] [PATCH] docs/multi-thread-compression: Fix wrong command string Wei Jiangang
2016-05-23 15:20 ` Eric Blake
2016-05-24  1:48 ` Li, Liang Z
2016-05-30  3:47 ` Wei, Jiangang
2016-06-01  8:02 ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).