Re: [Qemu-devel] [PATCH 1/2] parallels: use pread

2010-05-07 Thread Kevin Wolf
Am 06.05.2010 22:04, schrieb Christoph Hellwig: > > Use pread instead of lseek + read in preparation of using the qemu > block API. > > Signed-off-by: Christoph Hellwig Thanks, applied both patches to the block branch. We'll probably have to live with the fact that we can't test changes to the

[Qemu-devel] [PATCH 1/2] parallels: use pread

2010-05-06 Thread Christoph Hellwig
Use pread instead of lseek + read in preparation of using the qemu block API. Signed-off-by: Christoph Hellwig Index: qemu-kevin/block/parallels.c === --- qemu-kevin.orig/block/parallels.c 2010-05-06 21:59:25.809255629 +0200 +++