]> git.baikalelectronics.ru Git - kernel.git/commit
9p/trans_virtio: enable VQs early
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 14 Oct 2014 23:52:31 +0000 (10:22 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 14 Oct 2014 23:55:04 +0000 (10:25 +1030)
commitb6b74be3a73550c172aa4cc34c56e18761e50ad1
tree3c884644f7afc11d2c157bcc3b6518529adb2012
parentedce24087409c8944fa1f2ebe5023c297001574f
9p/trans_virtio: enable VQs early

virtio spec requires drivers to set DRIVER_OK before using VQs.
This is set automatically after probe returns, but virtio 9p device
adds self to channel list within probe, at which point VQ can be
used in violation of the spec.

To fix, call virtio_device_ready before using VQs.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
net/9p/trans_virtio.c