Home
last modified time | relevance | path

Searched refs:vfio_user_iothread (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/vfio-user/
H A Dproxy.c26 static IOThread *vfio_user_iothread; variable
913 if (vfio_user_iothread == NULL) { in vfio_user_connect_dev()
914 vfio_user_iothread = iothread_create("VFIO user", errp); in vfio_user_connect_dev()
917 proxy->ctx = iothread_get_aio_context(vfio_user_iothread); in vfio_user_connect_dev()
997 iothread_destroy(vfio_user_iothread); in vfio_user_disconnect()
998 vfio_user_iothread = NULL; in vfio_user_disconnect()