[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/2] improve qemu-img conversion performance
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH 0/2] improve qemu-img conversion performance |
Date: |
Thu, 08 Sep 2011 16:13:18 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0 |
Am 08.09.2011 01:06, schrieb Yehuda Sadeh:
> The following set of patches improve the qemu-img conversion process
> performance. When using a higher latency backend, small writes have a
> severe impact on the time it takes to do image conversion.
> We switch to using async writes, and we avoid splitting writes due to
> holes when the holes are small enough.
>
> Yehuda Sadeh (2):
> qemu-img: async write to block device when converting image
> qemu-img: don't skip writing small holes
>
> qemu-img.c | 34 +++++++++++++++++++++++++++-------
> 1 files changed, 27 insertions(+), 7 deletions(-)
>
This doesn't seem to be against git master or the block tree. Please rebase.
I think that commit a22f123c may obsolete your patch 2/2.
Kevin
- [Qemu-devel] [PATCH 0/2] improve qemu-img conversion performance, Yehuda Sadeh, 2011/09/07
- [Qemu-devel] [PATCH 1/2] qemu-img: async write to block device when converting image, Yehuda Sadeh, 2011/09/07
- [Qemu-devel] [PATCH 2/2] qemu-img: don't skip writing small holes, Yehuda Sadeh, 2011/09/07
- Re: [Qemu-devel] [PATCH 0/2] improve qemu-img conversion performance, Stefan Hajnoczi, 2011/09/08
- Re: [Qemu-devel] [PATCH 0/2] improve qemu-img conversion performance,
Kevin Wolf <=
- Re: [Qemu-devel] [PATCH 0/2] improve qemu-img conversion performance, Sage Weil, 2011/09/08
- Re: [Qemu-devel] [PATCH 0/2] improve qemu-img conversion performance, Kevin Wolf, 2011/09/09
- Re: [Qemu-devel] [PATCH 0/2] improve qemu-img conversion performance, Sage Weil, 2011/09/11
- Re: [Qemu-devel] [PATCH 0/2] improve qemu-img conversion performance, Yehuda Sadeh Weinraub, 2011/09/11
- Re: [Qemu-devel] [PATCH 0/2] improve qemu-img conversion performance, Yehuda Sadeh Weinraub, 2011/09/12
- Re: [Qemu-devel] [PATCH 0/2] improve qemu-img conversion performance, Kevin Wolf, 2011/09/12