Skip to content
Commit 5ef82752 authored by Rusty Russell's avatar Rusty Russell
Browse files

virtio: ignore corrupted virtqueues rather than spinning.



A corrupt virtqueue (caused by the other end screwing up) can have
strange results such as a driver spinning: just bail when we try to
get a buffer from a known-broken queue.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 886c35fb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment