commit | 4951cc9083147015338f61a187e072daf02dfd4e | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Mar 13 11:23:40 2014 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Mar 13 11:27:56 2014 +1030 |
tree | 600821ce6f9733fec02bac2b8d188f8a9d11a7b0 | |
parent | 5261b85e586afe6ebe54e16e0a8acc32fc6d4902 [diff] |
virtio_balloon: don't crash if virtqueue is broken. A bad implementation of virtio might cause us to mark the virtqueue broken: we'll dev_err() in that case, and the device is useless, but let's not BUG(). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>