From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: stefanha@redhat.com, kwolf@redhat.com, pbonzini@redhat.com
Subject: [PATCH v2 0/5] coroutine: Clean up includes
Date: Tue, 20 Dec 2022 16:49:39 +0100 [thread overview]
Message-ID: <20221220154944.3611845-1-armbru@redhat.com> (raw)
v2:
* Rebased
* PATCH 4: Rewritten [Paolo]
* PATCH 5: New
Markus Armbruster (5):
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
coroutine: Move coroutine_fn to qemu/osdep.h, trim includes
coroutine: Clean up superfluous inclusion of qemu/lockable.h
coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
coroutine: Use Coroutine typedef name instead of structure tag
crypto/block-luks-priv.h | 1 -
hw/9pfs/coth.h | 2 +-
include/block/aio.h | 9 +-
include/block/aio_task.h | 2 -
include/block/block-common.h | 1 -
include/block/graph-lock.h | 2 -
include/block/raw-aio.h | 1 -
include/io/channel.h | 2 +-
include/monitor/hmp.h | 1 -
include/qemu/coroutine-core.h | 154 ++++++++++++++++++++++++++++++++++
include/qemu/coroutine.h | 113 ++-----------------------
include/qemu/lockable.h | 2 +-
include/qemu/osdep.h | 16 ++++
include/qemu/progress_meter.h | 2 +-
include/qemu/typedefs.h | 1 -
include/scsi/pr-manager.h | 1 -
nbd/nbd-internal.h | 1 -
block.c | 2 +-
block/block-copy.c | 2 +-
block/io_uring.c | 2 +-
block/linux-aio.c | 2 +-
block/mirror.c | 2 +-
block/progress_meter.c | 2 +
block/vdi.c | 2 +-
blockjob.c | 1 -
chardev/char.c | 2 +-
crypto/block-luks.c | 1 -
hw/9pfs/codir.c | 1 -
hw/9pfs/cofile.c | 1 -
hw/9pfs/cofs.c | 1 -
hw/9pfs/coth.c | 2 +-
hw/9pfs/coxattr.c | 1 -
hw/block/virtio-blk.c | 2 +-
migration/rdma.c | 2 +-
nbd/client-connection.c | 1 +
net/colo-compare.c | 2 +-
qapi/qmp-dispatch.c | 2 +-
tests/unit/test-aio.c | 2 +-
tests/unit/test-coroutine.c | 2 -
tests/unit/test-vmstate.c | 1 -
ui/console.c | 1 +
util/async.c | 4 +-
util/qemu-coroutine-lock.c | 1 -
util/qemu-coroutine-sleep.c | 1 -
util/qemu-coroutine.c | 1 -
util/thread-pool.c | 2 +-
46 files changed, 205 insertions(+), 154 deletions(-)
create mode 100644 include/qemu/coroutine-core.h
--
2.38.1
next reply other threads:[~2022-12-20 15:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-20 15:49 Markus Armbruster [this message]
2022-12-20 15:49 ` [PATCH v2 1/5] coroutine: Clean up superfluous inclusion of qemu/coroutine.h Markus Armbruster
2022-12-20 15:49 ` [PATCH v2 2/5] coroutine: Move coroutine_fn to qemu/osdep.h, trim includes Markus Armbruster
2022-12-20 15:49 ` [PATCH v2 3/5] coroutine: Clean up superfluous inclusion of qemu/lockable.h Markus Armbruster
2022-12-20 15:49 ` [PATCH v2 4/5] coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h Markus Armbruster
2022-12-21 7:01 ` Markus Armbruster
2022-12-20 15:49 ` [PATCH v2 5/5] coroutine: Use Coroutine typedef name instead of structure tag Markus Armbruster
2022-12-20 21:53 ` 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=20221220154944.3611845-1-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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).