]> git.proxmox.com Git - mirror_qemu.git/blobdiff - iothread.c
rbd: Revert -blockdev parameter password-secret
[mirror_qemu.git] / iothread.c
index 257b01d5f132b80b0cddf65a2b0e7aa099c96dbe..beeb8705344071e9198510a3a99a1291e9a15523 100644 (file)
@@ -268,6 +268,9 @@ static int query_one_iothread(Object *object, void *opaque)
     info = g_new0(IOThreadInfo, 1);
     info->id = iothread_get_id(iothread);
     info->thread_id = iothread->thread_id;
+    info->poll_max_ns = iothread->poll_max_ns;
+    info->poll_grow = iothread->poll_grow;
+    info->poll_shrink = iothread->poll_shrink;
 
     elem = g_new0(IOThreadInfoList, 1);
     elem->value = info;