Re: [Qemu-devel] [PATCH] block/raw-posix: fix launching with failed disks

2015-03-05 Thread Stefan Hajnoczi
On Thu, Mar 05, 2015 at 01:53:57PM +0100, Kevin Wolf wrote: > Am 04.03.2015 um 23:48 hat Stefan Hajnoczi geschrieben: > > Since commit c25f53b06eba1575d5d0e92a0132455c97825b83 ("raw: Probe > > required direct I/O alignment") QEMU has failed to launch if image files > > produce I/O errors. > > > >

Re: [Qemu-devel] [PATCH] block/raw-posix: fix launching with failed disks

2015-03-05 Thread Kevin Wolf
Am 04.03.2015 um 23:48 hat Stefan Hajnoczi geschrieben: > Since commit c25f53b06eba1575d5d0e92a0132455c97825b83 ("raw: Probe > required direct I/O alignment") QEMU has failed to launch if image files > produce I/O errors. > > Previously, QEMU would launch successfully and the guest would see the >

[Qemu-devel] [PATCH] block/raw-posix: fix launching with failed disks

2015-03-04 Thread Stefan Hajnoczi
Since commit c25f53b06eba1575d5d0e92a0132455c97825b83 ("raw: Probe required direct I/O alignment") QEMU has failed to launch if image files produce I/O errors. Previously, QEMU would launch successfully and the guest would see the errors when attempting I/O. This is a regression and may prevent m