[Qemu-devel] [PATCH] migration: fix a typo

Li Qiang posted 1 patch 4 years, 10 months ago
Test FreeBSD passed
Test docker-clang@ubuntu passed
Test s390x passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190525062832.18009-1-liq3ea@163.com
Maintainers: Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
migration/ram.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] migration: fix a typo
Posted by Li Qiang 4 years, 10 months ago
'postocpy' should be 'postcopy'.

CC: qemu-trivial@nongnu.org
Signed-off-by: Li Qiang <liq3ea@163.com>
---
 migration/ram.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/migration/ram.c b/migration/ram.c
index 4c60869226..359dc8f1bc 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -2236,7 +2236,7 @@ static RAMBlock *unqueue_page(RAMState *rs, ram_addr_t *offset)
 }
 
 /**
- * get_queued_page: unqueue a page from the postocpy requests
+ * get_queued_page: unqueue a page from the postcopy requests
  *
  * Skips pages that are already sent (!dirty)
  *
-- 
2.17.1



Re: [Qemu-devel] [PATCH] migration: fix a typo
Posted by Alex Bennée 4 years, 10 months ago
Li Qiang <liq3ea@163.com> writes:

> 'postocpy' should be 'postcopy'.
>
> CC: qemu-trivial@nongnu.org
> Signed-off-by: Li Qiang <liq3ea@163.com>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  migration/ram.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/migration/ram.c b/migration/ram.c
> index 4c60869226..359dc8f1bc 100644
> --- a/migration/ram.c
> +++ b/migration/ram.c
> @@ -2236,7 +2236,7 @@ static RAMBlock *unqueue_page(RAMState *rs, ram_addr_t *offset)
>  }
>
>  /**
> - * get_queued_page: unqueue a page from the postocpy requests
> + * get_queued_page: unqueue a page from the postcopy requests
>   *
>   * Skips pages that are already sent (!dirty)
>   *


--
Alex Bennée

Re: [Qemu-devel] [Qemu-trivial] [PATCH] migration: fix a typo
Posted by Laurent Vivier 4 years, 10 months ago
On 25/05/2019 08:28, Li Qiang wrote:
> 'postocpy' should be 'postcopy'.
> 
> CC: qemu-trivial@nongnu.org
> Signed-off-by: Li Qiang <liq3ea@163.com>
> ---
>   migration/ram.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/migration/ram.c b/migration/ram.c
> index 4c60869226..359dc8f1bc 100644
> --- a/migration/ram.c
> +++ b/migration/ram.c
> @@ -2236,7 +2236,7 @@ static RAMBlock *unqueue_page(RAMState *rs, ram_addr_t *offset)
>   }
>   
>   /**
> - * get_queued_page: unqueue a page from the postocpy requests
> + * get_queued_page: unqueue a page from the postcopy requests
>    *
>    * Skips pages that are already sent (!dirty)
>    *
>
Applied to my trivial-patches branch.

Thanks,
Laurent

Re: [Qemu-devel] [PATCH] migration: fix a typo
Posted by Juan Quintela 4 years, 10 months ago
Li Qiang <liq3ea@163.com> wrote:
> 'postocpy' should be 'postcopy'.
>
> CC: qemu-trivial@nongnu.org
> Signed-off-by: Li Qiang <liq3ea@163.com>

Reviewed-by: Juan Quintela <quintela@redhat.com>

Already in through trivial patches.