Function devices::virtio::vhost::user::device::gpu::run_ctrl_queue

source ·
async fn run_ctrl_queue(
    reader: SharedReader,
    mem: GuestMemory,
    kick_evt: EventAsync,
    state: Rc<RefCell<Frontend>>,
)