From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNIj1-0004Jz-U8 for qemu-devel@nongnu.org; Mon, 16 Feb 2015 05:16:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNIiv-0002Oz-PL for qemu-devel@nongnu.org; Mon, 16 Feb 2015 05:16:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNIiv-0002Ou-IJ for qemu-devel@nongnu.org; Mon, 16 Feb 2015 05:16:17 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1GAGGDS001293 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 16 Feb 2015 05:16:16 -0500 Date: Mon, 16 Feb 2015 11:16:15 +0100 From: Kevin Wolf Message-ID: <20150216101614.GC4079@noname.str.redhat.com> References: <1423734398-8502-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423734398-8502-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] vpc: Implement bdrv_co_get_block_status() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@redhat.com, mreitz@redhat.com Am 12.02.2015 um 10:46 hat Kevin Wolf geschrieben: > This implements bdrv_co_get_block_status() for VHD images. This can > significantly speed up qemu-img convert operation because only with this > function implemented sparseness can be considered. (Before, converting a > 1 TB empty image took several minutes for me, now it's instantaneous.) > > Signed-off-by: Kevin Wolf Applied to the block branch. Kevin