Re: [Qemu-devel] preadv/pwritev data corruption on 32 bit

2009-11-08 Thread Christoph Hellwig
On Thu, Nov 05, 2009 at 02:55:15PM -0500, Mark McLoughlin wrote: > Hey, > Just a heads up - on 32 bit hosts where qemu was using preadv and > pwritev, we were seeing data corruption due to file offset being > truncated: > > https://bugzilla.redhat.com/533063 > https://bugzilla.redhat.com

[Qemu-devel] preadv/pwritev data corruption on 32 bit

2009-11-05 Thread Mark McLoughlin
Hey, Just a heads up - on 32 bit hosts where qemu was using preadv and pwritev, we were seeing data corruption due to file offset being truncated: https://bugzilla.redhat.com/533063 https://bugzilla.redhat.com/526549 The glibc headers fix is posted here: http://sources.redh