diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-10-15 03:52:31 +0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2014-10-15 03:55:03 +0400 |
commit | f5866db64f341776c2d9ed48080f82459fea6a55 (patch) | |
tree | 08491413923d1c821db0403d17920c15d238a4df /net/9p/trans_virtio.c | |
parent | 7a11370e5e6c26566904bb7f08281093a3002ff2 (diff) | |
download | linux-f5866db64f341776c2d9ed48080f82459fea6a55.tar.xz |
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/trans_virtio.c')
0 files changed, 0 insertions, 0 deletions