]> git.proxmox.com Git - qemu.git/commit
virtio-blk: Fix error cases which ignored rerror/werror
authorKevin Wolf <kwolf@redhat.com>
Wed, 27 Jan 2010 12:12:36 +0000 (13:12 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 29 Jan 2010 15:53:01 +0000 (09:53 -0600)
commit6c510fbf601fd8c6891b2f1d7165ceb82308a16f
tree6e5376268ac33d3d40314cbd9db7d6e6437d08f9
parentf1b5286803ee66f73034f1f5e0e1cf14f4415f94
virtio-blk: Fix error cases which ignored rerror/werror

If an I/O request fails right away instead of getting an error only in the
callback, we still need to consider rerror/werror.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-blk.c