[PATCH 0/4] coroutine: Clean up includes

Markus Armbruster posted 4 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221208142306.2642640-1-armbru@redhat.com
Maintainers: Stefan Berger <stefanb@linux.vnet.ibm.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, John Snow <jsnow@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Greg Kurz <groug@kaod.org>, Christian Schoenebeck <qemu_oss@crudebyte.com>, Gerd Hoffmann <kraxel@redhat.com>, Alex Williamson <alex.williamson@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>, Laurent Vivier <laurent@vivier.eu>, Eric Blake <eblake@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>, Lukas Straub <lukasstraub2@web.de>
There is a newer version of this series
crypto/block-luks-priv.h      |  1 -
include/block/aio_task.h      |  2 --
include/block/block-common.h  |  1 -
include/block/raw-aio.h       |  1 -
include/monitor/hmp.h         |  1 -
include/qemu/coroutine.h      | 21 ++++++++-------------
include/qemu/lockable.h       |  1 -
include/qemu/osdep.h          | 16 ++++++++++++++++
include/qemu/progress_meter.h |  2 +-
include/qemu/ratelimit.h      |  2 +-
include/qemu/seqlock.h        |  2 +-
include/scsi/pr-manager.h     |  1 -
linux-user/fd-trans.h         |  2 +-
nbd/nbd-internal.h            |  1 -
backends/tpm/tpm_emulator.c   |  2 +-
block/progress_meter.c        |  2 ++
blockjob.c                    |  1 -
cpus-common.c                 |  2 +-
crypto/block-luks.c           |  1 -
hw/9pfs/codir.c               |  1 -
hw/9pfs/cofile.c              |  1 -
hw/9pfs/cofs.c                |  1 -
hw/9pfs/coxattr.c             |  1 -
hw/hyperv/hyperv.c            |  2 +-
hw/usb/ccid-card-emulated.c   |  2 +-
hw/vfio/platform.c            |  2 +-
plugins/core.c                |  2 +-
plugins/loader.c              |  2 +-
tests/unit/test-coroutine.c   |  2 --
tests/unit/test-vmstate.c     |  1 -
ui/spice-display.c            |  2 +-
util/log.c                    |  2 +-
util/qemu-coroutine-lock.c    |  1 -
util/qemu-coroutine-sleep.c   |  1 -
util/qemu-coroutine.c         |  1 -
util/qemu-timer.c             |  2 +-
util/rcu.c                    |  2 +-
util/vfio-helpers.c           |  2 +-
util/yank.c                   |  2 +-
39 files changed, 43 insertions(+), 51 deletions(-)
[PATCH 0/4] coroutine: Clean up includes
Posted by Markus Armbruster 1 year, 4 months ago
Markus Armbruster (4):
  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: Break inclusion loop

 crypto/block-luks-priv.h      |  1 -
 include/block/aio_task.h      |  2 --
 include/block/block-common.h  |  1 -
 include/block/raw-aio.h       |  1 -
 include/monitor/hmp.h         |  1 -
 include/qemu/coroutine.h      | 21 ++++++++-------------
 include/qemu/lockable.h       |  1 -
 include/qemu/osdep.h          | 16 ++++++++++++++++
 include/qemu/progress_meter.h |  2 +-
 include/qemu/ratelimit.h      |  2 +-
 include/qemu/seqlock.h        |  2 +-
 include/scsi/pr-manager.h     |  1 -
 linux-user/fd-trans.h         |  2 +-
 nbd/nbd-internal.h            |  1 -
 backends/tpm/tpm_emulator.c   |  2 +-
 block/progress_meter.c        |  2 ++
 blockjob.c                    |  1 -
 cpus-common.c                 |  2 +-
 crypto/block-luks.c           |  1 -
 hw/9pfs/codir.c               |  1 -
 hw/9pfs/cofile.c              |  1 -
 hw/9pfs/cofs.c                |  1 -
 hw/9pfs/coxattr.c             |  1 -
 hw/hyperv/hyperv.c            |  2 +-
 hw/usb/ccid-card-emulated.c   |  2 +-
 hw/vfio/platform.c            |  2 +-
 plugins/core.c                |  2 +-
 plugins/loader.c              |  2 +-
 tests/unit/test-coroutine.c   |  2 --
 tests/unit/test-vmstate.c     |  1 -
 ui/spice-display.c            |  2 +-
 util/log.c                    |  2 +-
 util/qemu-coroutine-lock.c    |  1 -
 util/qemu-coroutine-sleep.c   |  1 -
 util/qemu-coroutine.c         |  1 -
 util/qemu-timer.c             |  2 +-
 util/rcu.c                    |  2 +-
 util/vfio-helpers.c           |  2 +-
 util/yank.c                   |  2 +-
 39 files changed, 43 insertions(+), 51 deletions(-)

-- 
2.37.3