qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 04/17] block: move AioContext and QEMUTimer to l


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 04/17] block: move AioContext and QEMUTimer to libqemuutil
Date: Mon, 30 Jan 2017 15:24:15 +0000
User-agent: Mutt/1.7.1 (2016-10-04)

On Fri, Jan 20, 2017 at 05:43:09PM +0100, Paolo Bonzini wrote:
> AioContext is fairly self contained, the only dependency is QEMUTimer but
> that in turn doesn't need anything else.  So move them out of block-obj-y
> to avoid introducing a dependency from io/ to block-obj-y.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>         v1->v2: new patch [Daniel]
> 
>  Makefile.objs                       |  5 +---
>  block/io.c                          | 29 -------------------
>  stubs/Makefile.objs                 |  2 ++
>  stubs/linux-aio.c                   | 32 +++++++++++++++++++++
>  stubs/main-loop.c                   |  8 ++++++
>  stubs/set-fd-handler.c              | 11 --------
>  tests/Makefile.include              | 13 ++++-----
>  util/Makefile.objs                  |  5 +++-
>  aio-posix.c => util/aio-posix.c     |  0
>  aio-win32.c => util/aio-win32.c     |  0
>  util/aiocb.c                        | 55 
> +++++++++++++++++++++++++++++++++++++
>  async.c => util/async.c             |  3 +-
>  qemu-timer.c => util/qemu-timer.c   |  0
>  thread-pool.c => util/thread-pool.c |  0
>  14 files changed, 110 insertions(+), 53 deletions(-)
>  create mode 100644 stubs/linux-aio.c
>  create mode 100644 stubs/main-loop.c
>  rename aio-posix.c => util/aio-posix.c (100%)
>  rename aio-win32.c => util/aio-win32.c (100%)
>  create mode 100644 util/aiocb.c
>  rename async.c => util/async.c (99%)
>  rename qemu-timer.c => util/qemu-timer.c (100%)
>  rename thread-pool.c => util/thread-pool.c (100%)

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]