aboutsummaryrefslogtreecommitdiff
path: root/block/Makefile.objs
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>2019-09-16 20:53:21 +0300
committerMax Reitz <mreitz@redhat.com>2019-10-10 10:56:17 +0200
commit6e9b225f737d53afae8160d73da72ee8f38eb1a6 (patch)
tree58db9049da40b0b8c74421607f4366175e300257 /block/Makefile.objs
parentee1e66d9570a763a07662883093bb297ba22c5ee (diff)
downloadqemu-6e9b225f737d53afae8160d73da72ee8f38eb1a6.zip
qemu-6e9b225f737d53afae8160d73da72ee8f38eb1a6.tar.gz
qemu-6e9b225f737d53afae8160d73da72ee8f38eb1a6.tar.bz2
block: introduce aio task pool
Common interface for aio task loops. To be used for improving performance of synchronous io loops in qcow2, block-stream, copy-on-read, and may be other places. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-id: 20190916175324.18478-3-vsementsov@virtuozzo.com Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'block/Makefile.objs')
-rw-r--r--block/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/block/Makefile.objs b/block/Makefile.objs
index 35f3bca..c2eb8c8 100644
--- a/block/Makefile.objs
+++ b/block/Makefile.objs
@@ -40,6 +40,8 @@ block-obj-y += throttle.o copy-on-read.o
block-obj-y += crypto.o
+block-obj-y += aio_task.o
+
common-obj-y += stream.o
nfs.o-libs := $(LIBNFS_LIBS)