[Qemu-devel] Re: virtio-blk.c handling of i/o which is not a 512 multiple

2011-03-31 Thread Conor Murphy
Hi Christoph, I had already updated my driver to reject non 512 multiple sized requests. I rolled back this update and applied your patch and I now get a non-zero status response and no qemu crash! Thanks for your help, Conor

[Qemu-devel] Re: virtio-blk.c handling of i/o which is not a 512 multiple

2011-03-30 Thread Stefan Hajnoczi
On Wed, Mar 30, 2011 at 9:15 AM, Conor Murphy wrote: > I'm trying to write a virtio-blk driver for Solaris. I've gotten it to the > point > where Solaris can see the device and create a ZFS file system on it. > > However when I try and create a UFS filesystem on the device, the VM crashed > with