All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] util: aio-posix: fix a typo
@ 2018-10-08  2:16 Li Qiang
  2018-10-08  9:29 ` Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Li Qiang @ 2018-10-08  2:16 UTC (permalink / raw)
  To: stefanha, famz; +Cc: qemu-devel, qemu-trivial, Li Qiang

Cc: qemu-trivial@nongnu.org
Signed-off-by: Li Qiang <liq3ea@gmail.com>
---
 util/aio-posix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/aio-posix.c b/util/aio-posix.c
index 621b302..51c41ed 100644
--- a/util/aio-posix.c
+++ b/util/aio-posix.c
@@ -40,7 +40,7 @@ struct AioHandler
 
 #ifdef CONFIG_EPOLL_CREATE1
 
-/* The fd number threashold to switch to epoll */
+/* The fd number threshold to switch to epoll */
 #define EPOLL_ENABLE_THRESHOLD 64
 
 static void aio_epoll_disable(AioContext *ctx)
-- 
1.8.3.1

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

* Re: [Qemu-devel] [PATCH] util: aio-posix: fix a typo
  2018-10-08  2:16 [Qemu-devel] [PATCH] util: aio-posix: fix a typo Li Qiang
@ 2018-10-08  9:29 ` Peter Maydell
  2018-10-09  1:41 ` Fam Zheng
  2018-10-10 14:07 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2018-10-08  9:29 UTC (permalink / raw)
  To: Li Qiang; +Cc: Stefan Hajnoczi, Fam Zheng, QEMU Trivial, QEMU Developers

On 8 October 2018 at 03:16, Li Qiang <liq3ea@gmail.com> wrote:
> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Li Qiang <liq3ea@gmail.com>
> ---
>  util/aio-posix.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/util/aio-posix.c b/util/aio-posix.c
> index 621b302..51c41ed 100644
> --- a/util/aio-posix.c
> +++ b/util/aio-posix.c
> @@ -40,7 +40,7 @@ struct AioHandler
>
>  #ifdef CONFIG_EPOLL_CREATE1
>
> -/* The fd number threashold to switch to epoll */
> +/* The fd number threshold to switch to epoll */
>  #define EPOLL_ENABLE_THRESHOLD 64
>
>  static void aio_epoll_disable(AioContext *ctx)
> --
> 1.8.3.1
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM

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

* Re: [Qemu-devel] [PATCH] util: aio-posix: fix a typo
  2018-10-08  2:16 [Qemu-devel] [PATCH] util: aio-posix: fix a typo Li Qiang
  2018-10-08  9:29 ` Peter Maydell
@ 2018-10-09  1:41 ` Fam Zheng
  2018-10-10 14:07 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Fam Zheng @ 2018-10-09  1:41 UTC (permalink / raw)
  To: Li Qiang; +Cc: stefanha, qemu-devel, qemu-trivial

On Sun, 10/07 19:16, Li Qiang wrote:
> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Li Qiang <liq3ea@gmail.com>

Reviewed-by: Fam Zheng <famz@redhat.com>

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

* Re: [Qemu-devel] [PATCH] util: aio-posix: fix a typo
  2018-10-08  2:16 [Qemu-devel] [PATCH] util: aio-posix: fix a typo Li Qiang
  2018-10-08  9:29 ` Peter Maydell
  2018-10-09  1:41 ` Fam Zheng
@ 2018-10-10 14:07 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2018-10-10 14:07 UTC (permalink / raw)
  To: Li Qiang; +Cc: famz, qemu-devel, qemu-trivial

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

On Sun, Oct 07, 2018 at 07:16:12PM -0700, Li Qiang wrote:
> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Li Qiang <liq3ea@gmail.com>
> ---
>  util/aio-posix.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

end of thread, other threads:[~2018-10-10 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08  2:16 [Qemu-devel] [PATCH] util: aio-posix: fix a typo Li Qiang
2018-10-08  9:29 ` Peter Maydell
2018-10-09  1:41 ` Fam Zheng
2018-10-10 14:07 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.