freebsd-dev/sys/dev/virtio
Bryan Venteicher ac4b6bcd17 virtio: Start taskqueues threads after attach cannot fail
If virtio_setup_intr() failed during boot, we would hang in
taskqueue_free() -> taskqueue_terminate() for all the taskq
threads to terminate. This will never happen since the
scheduler is not running by this point.

Reported by:	neel, grehan
Approved by:	grehan (mentor)
2012-12-14 05:27:56 +00:00
..
balloon Various VirtIO improvements 2012-07-11 02:57:19 +00:00
block virtio: Start taskqueues threads after attach cannot fail 2012-12-14 05:27:56 +00:00
network virtio: Start taskqueues threads after attach cannot fail 2012-12-14 05:27:56 +00:00
pci Various VirtIO improvements 2012-07-11 02:57:19 +00:00
scsi virtio: Start taskqueues threads after attach cannot fail 2012-12-14 05:27:56 +00:00
virtio_bus_if.m
virtio_if.m
virtio_ring.h Various VirtIO improvements 2012-07-11 02:57:19 +00:00
virtio.c Virtio SCSI driver 2012-10-11 23:41:18 +00:00
virtio.h Virtio SCSI driver 2012-10-11 23:41:18 +00:00
virtqueue.c Patch from Bryan to fix a virtqueue issue: 2012-10-11 23:03:42 +00:00
virtqueue.h Various VirtIO improvements 2012-07-11 02:57:19 +00:00