qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org, kwolf@redhat.omc
Subject: Re: [PATCH 4/5] block: rename block/aio.h to qemu/aio.h
Date: Thu, 4 Dec 2025 09:35:53 +0100	[thread overview]
Message-ID: <1290719a-43af-4ff1-9f84-0668047ec513@linaro.org> (raw)
In-Reply-To: <20251203185133.2458207-5-pbonzini@redhat.com>

On 3/12/25 19:51, Paolo Bonzini wrote:
> AioContexts are used as a generic event loop even outside the block
> layer; move the header file out of block/ just like the implementation
> is in util/.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>   MAINTAINERS                       | 2 +-
>   docs/devel/multiple-iothreads.rst | 4 ++--
>   include/block/aio-wait.h          | 2 +-
>   include/block/raw-aio.h           | 2 +-
>   include/block/thread-pool.h       | 2 +-
>   include/hw/scsi/scsi.h            | 2 +-
>   include/hw/virtio/virtio.h        | 2 +-
>   include/io/channel.h              | 2 +-
>   include/{block => qemu}/aio.h     | 0
>   include/qemu/job.h                | 2 +-
>   include/qemu/main-loop.h          | 2 +-
>   include/qemu/throttle.h           | 2 +-
>   include/scsi/pr-manager.h         | 2 +-
>   include/system/event-loop-base.h  | 2 +-
>   include/system/iothread.h         | 2 +-
>   include/system/replay.h           | 2 +-
>   tests/unit/iothread.h             | 2 +-
>   util/aio-posix.h                  | 2 +-
>   block/aio_task.c                  | 2 +-
>   block/export/fuse.c               | 2 +-
>   block/io_uring.c                  | 2 +-
>   block/linux-aio.c                 | 2 +-
>   block/win32-aio.c                 | 2 +-
>   iothread.c                        | 2 +-
>   qapi/qmp-dispatch.c               | 2 +-
>   replay/replay-events.c            | 2 +-
>   scsi/pr-manager.c                 | 2 +-
>   stubs/linux-aio.c                 | 2 +-
>   stubs/replay-tools.c              | 2 +-
>   tests/unit/iothread.c             | 2 +-
>   tests/unit/test-aio-multithread.c | 2 +-
>   tests/unit/test-aio.c             | 2 +-
>   tests/unit/test-nested-aio-poll.c | 2 +-
>   tests/unit/test-thread-pool.c     | 2 +-
>   tests/unit/test-throttle.c        | 2 +-
>   util/async.c                      | 2 +-
>   util/main-loop.c                  | 2 +-
>   util/qemu-co-timeout.c            | 2 +-
>   util/qemu-coroutine-lock.c        | 2 +-
>   util/qemu-coroutine-sleep.c       | 2 +-
>   util/qemu-coroutine.c             | 2 +-
>   util/throttle.c                   | 2 +-
>   scripts/analyze-inclusions        | 2 +-
>   43 files changed, 43 insertions(+), 43 deletions(-)
>   rename include/{block => qemu}/aio.h (100%)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



  reply	other threads:[~2025-12-04  8:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-03 18:51 [PATCH 0/5] block: move AioContext and AIOCB out of include/block/ Paolo Bonzini
2025-12-03 18:51 ` [PATCH 1/5] hw: add missing includes hidden by block/aio.h Paolo Bonzini
2025-12-04  8:32   ` Philippe Mathieu-Daudé
2025-12-03 18:51 ` [PATCH 2/5] block: extract include/qemu/aiocb.h out of include/block/aio.h Paolo Bonzini
2025-12-04  8:33   ` Philippe Mathieu-Daudé
2025-12-03 18:51 ` [PATCH 3/5] block: reduce files included by block/aio.h Paolo Bonzini
2025-12-04  8:35   ` Philippe Mathieu-Daudé
2025-12-04  9:25     ` Paolo Bonzini
2025-12-04 17:03       ` Philippe Mathieu-Daudé
2025-12-04 17:46         ` Paolo Bonzini
2025-12-03 18:51 ` [PATCH 4/5] block: rename block/aio.h to qemu/aio.h Paolo Bonzini
2025-12-04  8:35   ` Philippe Mathieu-Daudé [this message]
2025-12-03 18:51 ` [PATCH 5/5] block: rename block/aio-wait.h to qemu/aio-wait.h Paolo Bonzini
2025-12-04  8:36   ` Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1290719a-43af-4ff1-9f84-0668047ec513@linaro.org \
    --to=philmd@linaro.org \
    --cc=kwolf@redhat.omc \
    --cc=pbonzini@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).