coroutine: move into libqemuutil.a library
The coroutine files are currently referenced by the block-obj-y
variable. The coroutine functionality though is already used by
more than just the block code. eg migration code uses coroutine
yield. In the future the I/O channel code will also use the
coroutine yield functionality. Since the coroutine code is nicely
self-contained it can be easily built as part of the libqemuutil.a
library, making it widely available.
The headers are also moved into include/qemu, instead of the
include/block directory, since they are now part of the util
codebase, and the impl was never in the block/ directory
either.
Signed-off-by:
Daniel P. Berrange <berrange@redhat.com>
Showing
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- Makefile.objs 0 additions, 4 deletionsMakefile.objs
- block.c 1 addition, 1 deletionblock.c
- block/qcow2.h 1 addition, 1 deletionblock/qcow2.h
- block/vdi.c 1 addition, 1 deletionblock/vdi.c
- block/write-threshold.c 1 addition, 1 deletionblock/write-threshold.c
- blockjob.c 1 addition, 1 deletionblockjob.c
- hw/9pfs/codir.c 1 addition, 1 deletionhw/9pfs/codir.c
- hw/9pfs/cofile.c 1 addition, 1 deletionhw/9pfs/cofile.c
- hw/9pfs/cofs.c 1 addition, 1 deletionhw/9pfs/cofs.c
- hw/9pfs/coxattr.c 1 addition, 1 deletionhw/9pfs/coxattr.c
- hw/9pfs/virtio-9p-coth.c 1 addition, 1 deletionhw/9pfs/virtio-9p-coth.c
- hw/9pfs/virtio-9p-coth.h 1 addition, 1 deletionhw/9pfs/virtio-9p-coth.h
- hw/9pfs/virtio-9p.h 1 addition, 1 deletionhw/9pfs/virtio-9p.h
- include/block/block.h 1 addition, 1 deletioninclude/block/block.h
- include/block/block_int.h 1 addition, 1 deletioninclude/block/block_int.h
- include/qemu/coroutine.h 0 additions, 0 deletionsinclude/qemu/coroutine.h
- include/qemu/coroutine_int.h 1 addition, 1 deletioninclude/qemu/coroutine_int.h
- migration/qemu-file-buf.c 1 addition, 1 deletionmigration/qemu-file-buf.c
- migration/qemu-file-stdio.c 1 addition, 1 deletionmigration/qemu-file-stdio.c
Loading
Please register or sign in to comment