qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] Consider werror/rerror on immediate bdrv_aio_*


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 0/3] Consider werror/rerror on immediate bdrv_aio_* failure
Date: Wed, 27 Oct 2010 13:20:51 +0200

There are still paths where werror/rerror is ignored and an error is directly
communicated to the guest. This series fixes some of them.

Kevin Wolf (3):
  ide: Handle immediate bdrv_aio_flush failure
  virtio-blk: Handle immediate flush failure properly
  scsi-disk: Fix immediate failure of bdrv_aio_*

 hw/ide/core.c   |   12 +++++++++---
 hw/scsi-disk.c  |   11 ++++++-----
 hw/virtio-blk.c |    2 +-
 3 files changed, 16 insertions(+), 9 deletions(-)

-- 
1.7.2.3




reply via email to

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