summary refs log tree commit diff
path: root/net/9p
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2014-10-15 10:22:31 +1030
committerRusty Russell <rusty@rustcorp.com.au>2014-10-15 10:25:03 +1030
commitf5866db64f341776c2d9ed48080f82459fea6a55 (patch)
tree08491413923d1c821db0403d17920c15d238a4df /net/9p
parent7a11370e5e6c26566904bb7f08281093a3002ff2 (diff)
downloadlinux-f5866db64f341776c2d9ed48080f82459fea6a55.tar.gz
virtio_console: enable VQs early
virtio spec requires drivers to set DRIVER_OK before using VQs.
This is set automatically after probe returns, virtio console violated this
rule by adding inbufs, which causes the VQ to be used directly within
probe.

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>
Diffstat (limited to 'net/9p')
0 files changed, 0 insertions, 0 deletions