X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=iothread.c;h=beeb8705344071e9198510a3a99a1291e9a15523;hb=577d8c9a811fc697b4cc68fbbe5c509b028e0768;hp=257b01d5f132b80b0cddf65a2b0e7aa099c96dbe;hpb=a951316b8a5c3c63254f20a826afeed940dd4cba;p=mirror_qemu.git diff --git a/iothread.c b/iothread.c index 257b01d5f1..beeb870534 100644 --- a/iothread.c +++ b/iothread.c @@ -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;