From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMfbW-0005PW-6s for qemu-devel@nongnu.org; Wed, 18 May 2011 08:11:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMfbV-00048Z-66 for qemu-devel@nongnu.org; Wed, 18 May 2011 08:11:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMfbU-00048S-Sk for qemu-devel@nongnu.org; Wed, 18 May 2011 08:11:53 -0400 Message-ID: <4DD3B82B.9070801@redhat.com> Date: Wed, 18 May 2011 14:14:35 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <4DD391FC.6070101@redhat.com> <1305716639-27846-1-git-send-email-konishchev@gmail.com> In-Reply-To: <1305716639-27846-1-git-send-email-konishchev@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] is_not_zero() optimization in qemu-img List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Konishchev Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, Stanislav Ievlev 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 commit message that describes what the patch changes (and why) next time, the patch would be perfect. ;-) For now I took some part from your initial mail as the commit message. Kevin