Re: [Qemu-devel] [PATCH] is_not_zero() optimization in qemu-img

2011-05-18 Thread Kevin Wolf
Am 18.05.2011 13:03, schrieb Dmitry Konishchev: > Please sorry - I've sent the previous email via Thunderbird which promised > that won't wrap the lines but it did. :( > Sending this via git send-email. > > Signed-off-by: Dmitry Konishchev Thanks, applied to the block branch. If you add a comm

[Qemu-devel] [PATCH] is_not_zero() optimization in qemu-img

2011-05-18 Thread Dmitry Konishchev
Please sorry - I've sent the previous email via Thunderbird which promised that won't wrap the lines but it did. :( Sending this via git send-email. Signed-off-by: Dmitry Konishchev --- qemu-img.c | 29 ++--- 1 files changed, 26 insertions(+), 3 deletions(-) diff --gi