Gentle ping.
Do you want me to resend this patch as a new top-level thread?
Thanks,
Sam
> On 2 May 2019, at 17:21, Eric Blake wrote:
>
> On 5/2/19 8:58 AM, Sam Eiderman wrote:
>> This patch series aims to improve the speed of qemu-img rebase.
>>
>> 1. Mainly by removing unnecessary reads when
I see,
Thanks
> On 2 May 2019, at 17:21, Eric Blake wrote:
>
> On 5/2/19 8:58 AM, Sam Eiderman wrote:
>> This patch series aims to improve the speed of qemu-img rebase.
>>
>> 1. Mainly by removing unnecessary reads when rebasing on the same
>> chain.
>> 2. But also by minimizing the number o
On 5/2/19 8:58 AM, Sam Eiderman wrote:
> This patch series aims to improve the speed of qemu-img rebase.
>
> 1. Mainly by removing unnecessary reads when rebasing on the same
>chain.
> 2. But also by minimizing the number of bdrv_open calls rebase
>requires.
>
When sending a v2 series, i
This patch series aims to improve the speed of qemu-img rebase.
1. Mainly by removing unnecessary reads when rebasing on the same
chain.
2. But also by minimizing the number of bdrv_open calls rebase
requires.
v2:
- Added missing g_free in
"qemu-img: rebase: Reuse in-chain BlockDriverS