Re: [Qemu-devel] [PATCH] virtio-blk: Respect werror option for flushes
On Wed, Oct 20, 2010 at 05:23:52PM +0200, Kevin Wolf wrote: > The werror option now affects not only write requests, but also flush > requests. > Previously, it was not possible to stop a VM on a failed flush. ACK
[Qemu-devel] [PATCH] virtio-blk: Respect werror option for flushes
The werror option now affects not only write requests, but also flush requests. Previously, it was not possible to stop a VM on a failed flush. Signed-off-by: Kevin Wolf --- hw/virtio-blk.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/hw/virtio-blk.c b/hw/virti