All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Update paths for AioContext implementation
@ 2017-05-03 10:30 Paolo Bonzini
  2017-05-03 10:45 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paolo Bonzini @ 2017-05-03 10:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, qemu-trivial, famz

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 46cf4870f9..62d62a6675 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1177,8 +1177,8 @@ M: Stefan Hajnoczi <stefanha@redhat.com>
 M: Fam Zheng <famz@redhat.com>
 L: qemu-block@nongnu.org
 S: Supported
-F: async.c
-F: aio-*.c
+F: util/async.c
+F: util/aio-*.c
 F: block/io.c
 F: migration/block*
 F: include/block/aio.h
-- 
2.12.2

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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] MAINTAINERS: Update paths for AioContext implementation
  2017-05-03 10:30 [Qemu-devel] [PATCH] MAINTAINERS: Update paths for AioContext implementation Paolo Bonzini
@ 2017-05-03 10:45 ` Laurent Vivier
  2017-05-03 14:12 ` Laurent Vivier
  2017-05-05  6:28 ` [Qemu-devel] " Michael Tokarev
  2 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2017-05-03 10:45 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: qemu-trivial, famz, qemu-block

On 03/05/2017 12:30, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 46cf4870f9..62d62a6675 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1177,8 +1177,8 @@ M: Stefan Hajnoczi <stefanha@redhat.com>
>  M: Fam Zheng <famz@redhat.com>
>  L: qemu-block@nongnu.org
>  S: Supported
> -F: async.c
> -F: aio-*.c
> +F: util/async.c
> +F: util/aio-*.c
>  F: block/io.c
>  F: migration/block*
>  F: include/block/aio.h
> 

Moved by c2b38b2
("block: move AioContext, QEMUTimer, main-loop to libqemuutil")

main-loop.c and qemu-timer.c have been also moved by this commit,
perhaps you can update them too?

Thanks,
Laurent

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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] MAINTAINERS: Update paths for AioContext implementation
  2017-05-03 10:30 [Qemu-devel] [PATCH] MAINTAINERS: Update paths for AioContext implementation Paolo Bonzini
  2017-05-03 10:45 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
@ 2017-05-03 14:12 ` Laurent Vivier
  2017-05-05  6:28 ` [Qemu-devel] " Michael Tokarev
  2 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2017-05-03 14:12 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: qemu-trivial, famz, qemu-block

On 03/05/2017 12:30, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 46cf4870f9..62d62a6675 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1177,8 +1177,8 @@ M: Stefan Hajnoczi <stefanha@redhat.com>
>  M: Fam Zheng <famz@redhat.com>
>  L: qemu-block@nongnu.org
>  S: Supported
> -F: async.c
> -F: aio-*.c
> +F: util/async.c
> +F: util/aio-*.c
>  F: block/io.c
>  F: migration/block*
>  F: include/block/aio.h
> 
Reviewed-by: Laurent Vivier <lvivier@redhat.com>

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Update paths for AioContext implementation
  2017-05-03 10:30 [Qemu-devel] [PATCH] MAINTAINERS: Update paths for AioContext implementation Paolo Bonzini
  2017-05-03 10:45 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
  2017-05-03 14:12 ` Laurent Vivier
@ 2017-05-05  6:28 ` Michael Tokarev
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2017-05-05  6:28 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: qemu-trivial, famz, qemu-block

Applied to -trivial, mentioning c2b38b2 in commit message, thanks!

/mjt

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

end of thread, other threads:[~2017-05-05  6:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-03 10:30 [Qemu-devel] [PATCH] MAINTAINERS: Update paths for AioContext implementation Paolo Bonzini
2017-05-03 10:45 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2017-05-03 14:12 ` Laurent Vivier
2017-05-05  6:28 ` [Qemu-devel] " Michael Tokarev

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.