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 ++--
>
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