Skip to content
Commit 4b3a4f2d authored by Greg Kurz's avatar Greg Kurz
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>
parent 5dc42c18
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