On Tue, 12 Apr 2016 14:25:30 +0100
Stefan Hajnoczi wrote:
> If the vring is invalid, tell the caller no bytes are available and mark
> the device broken.
>
> Signed-off-by: Stefan Hajnoczi
> ---
> hw/virtio/virtio.c | 17 +++--
> 1 file changed, 11 insertions(+), 6 deletions(-)
>
If the vring is invalid, tell the caller no bytes are available and mark
the device broken.
Signed-off-by: Stefan Hajnoczi
---
hw/virtio/virtio.c | 17 +++--
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c
index 0c0d333..48f759e