Skip to content
Commit 4588b0d8 authored by Greg Kurz's avatar Greg Kurz Committed by Michael Roth
Browse files

virtio-9p: use accessor to get thread_pool



The aio_context_new() function does not allocate a thread pool. This is
deferred to the first call to the aio_get_thread_pool() accessor. It is
hence forbidden to access the thread_pool field directly, as it may be
NULL. The accessor *must* be used always.

Fixes: ebac1202
Reviewed-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
Tested-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
Cc: qemu-stable@nongnu.org
Signed-off-by: default avatarGreg Kurz <gkurz@linux.vnet.ibm.com>
(cherry picked from commit 4b3a4f2d)
Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
parent ff083d3c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment