Re: [Qemu-devel] [PATCH] qemu-img: Use qemu_blockalign

2011-08-08 Thread Stefan Hajnoczi
On Mon, Aug 8, 2011 at 1:14 PM, Kevin Wolf wrote: > Now that you can use cache=none for the output file in qemu-img, we should > properly align our buffers so that raw-posix doesn't have to use its (smaller) > bounce buffer. > > Signed-off-by: Kevin Wolf > --- >  qemu-img.c |   12 ++-- >

[Qemu-devel] [PATCH] qemu-img: Use qemu_blockalign

2011-08-08 Thread Kevin Wolf
Now that you can use cache=none for the output file in qemu-img, we should properly align our buffers so that raw-posix doesn't have to use its (smaller) bounce buffer. Signed-off-by: Kevin Wolf --- qemu-img.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/qe