From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhI01-0003Vk-RV for qemu-devel@nongnu.org; Thu, 23 Oct 2014 09:00:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhHzv-0002cy-La for qemu-devel@nongnu.org; Thu, 23 Oct 2014 09:00:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhHzv-0002cm-EE for qemu-devel@nongnu.org; Thu, 23 Oct 2014 09:00:11 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9ND0AbH016723 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 23 Oct 2014 09:00:10 -0400 Date: Thu, 23 Oct 2014 15:00:08 +0200 From: Kevin Wolf Message-ID: <20141023130008.GO3522@noname.redhat.com> References: <1413982283-10186-1-git-send-email-mreitz@redhat.com> <1413982283-10186-11-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1413982283-10186-11-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v13 10/14] qemu-img: Enable progress output for commit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 22.10.2014 um 14:51 hat Max Reitz geschrieben: > Implement progress output for the commit command by querying the > progress of the block job. > > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake Reviewed-by: Kevin Wolf