[Qemu-devel] [PATCH] misc: fix spelling

2018-11-05 Thread Marc-André Lureau
Signed-off-by: Marc-André Lureau 
---
 target/i386/cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index af7e9f09cc..4d2e2d9902 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -4065,7 +4065,7 @@ arch_query_cpu_model_expansion(CpuModelExpansionType type,
 x86_cpu_to_dict_full(xc, props);
 break;
 default:
-error_setg(, "Unsupportted expansion type");
+error_setg(, "Unsupported expansion type");
 goto out;
 }
 
-- 
2.19.1.708.g4ede3d42df




Re: [Qemu-devel] [PATCH] misc: fix spelling

2018-02-09 Thread Stefan Hajnoczi
On Thu, Feb 08, 2018 at 05:24:47PM +0100, Marc-André Lureau wrote:
> s/pupulate/populate
> 
> Signed-off-by: Marc-André Lureau 
> ---
>  util/qemu-coroutine-lock.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan


signature.asc
Description: PGP signature


Re: [Qemu-devel] [PATCH] misc: fix spelling

2018-02-08 Thread Peter Maydell
On 8 February 2018 at 16:24, Marc-André Lureau
 wrote:
> s/pupulate/populate
>
> Signed-off-by: Marc-André Lureau 
> ---
>  util/qemu-coroutine-lock.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/util/qemu-coroutine-lock.c b/util/qemu-coroutine-lock.c
> index 846ff9167f..3d0152ebec 100644
> --- a/util/qemu-coroutine-lock.c
> +++ b/util/qemu-coroutine-lock.c
> @@ -87,7 +87,7 @@ void qemu_co_queue_run_restart(Coroutine *co)
>   * invalid memory.  Therefore, use a temporary queue and do not touch
>   * the "co" coroutine as soon as you enter another one.
>   *
> - * In its turn resumed "co" can pupulate "co_queue_wakeup" queue with
> + * In its turn resumed "co" can populate "co_queue_wakeup" queue with
>   * new coroutines to be woken up.  The caller, who has resumed "co",
>   * will be responsible for traversing the same queue, which may cause
>   * a different wakeup order but not any missing wakeups.
> --
> 2.16.1.73.g5832b7e9f2
>

Reviewed-by: Peter Maydell 

thanks
-- PMM



[Qemu-devel] [PATCH] misc: fix spelling

2018-02-08 Thread Marc-André Lureau
s/pupulate/populate

Signed-off-by: Marc-André Lureau 
---
 util/qemu-coroutine-lock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/qemu-coroutine-lock.c b/util/qemu-coroutine-lock.c
index 846ff9167f..3d0152ebec 100644
--- a/util/qemu-coroutine-lock.c
+++ b/util/qemu-coroutine-lock.c
@@ -87,7 +87,7 @@ void qemu_co_queue_run_restart(Coroutine *co)
  * invalid memory.  Therefore, use a temporary queue and do not touch
  * the "co" coroutine as soon as you enter another one.
  *
- * In its turn resumed "co" can pupulate "co_queue_wakeup" queue with
+ * In its turn resumed "co" can populate "co_queue_wakeup" queue with
  * new coroutines to be woken up.  The caller, who has resumed "co",
  * will be responsible for traversing the same queue, which may cause
  * a different wakeup order but not any missing wakeups.
-- 
2.16.1.73.g5832b7e9f2