qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] virtio-blk: rerror/werror fixes (including corr


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 0/3] virtio-blk: rerror/werror fixes (including corruption fix)
Date: Wed, 27 Jan 2010 13:12:33 +0100

This fixes two bugs in the handling of rerror/werror in virtio-blk. First is a
fix for read requests morphing into write requests after the VM was stopped by
a read error. Second is to consider rerror/werror in places where virtio-blk
used to directly report errors back.

This series should be applied to stable as well.

Kevin Wolf (3):
  virtio_blk: Factor virtio_blk_handle_request out
  virtio-blk: Fix restart after read error
  virtio-blk: Fix error cases which ignored rerror/werror

 hw/virtio-blk.c |   93 +++++++++++++++++++++++++++++++++---------------------
 1 files changed, 57 insertions(+), 36 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]