]> git.proxmox.com Git - mirror_qemu.git/blobdiff - iothread.c
Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into staging
[mirror_qemu.git] / iothread.c
index b753286414a7ec2f3c4de0e20f1478ac35224091..6c1fc8c8561d8a8a3b69f3d90d203b05a47ba52e 100644 (file)
@@ -170,8 +170,7 @@ static void iothread_set_aio_context_params(EventLoopBase *base, Error **errp)
     }
 
     aio_context_set_aio_params(iothread->ctx,
-                               iothread->parent_obj.aio_max_batch,
-                               errp);
+                               iothread->parent_obj.aio_max_batch);
 
     aio_context_set_thread_pool_params(iothread->ctx, base->thread_pool_min,
                                        base->thread_pool_max, errp);