From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz4z5-0000sj-R5 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 09:45:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz4yw-0002mN-Qf for qemu-devel@nongnu.org; Thu, 11 Dec 2014 09:44:51 -0500 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:40349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz4yw-0002mA-K3 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 09:44:42 -0500 Received: by mail-wi0-f182.google.com with SMTP id h11so8874510wiw.3 for ; Thu, 11 Dec 2014 06:44:42 -0800 (PST) Date: Thu, 11 Dec 2014 14:44:38 +0000 From: Stefan Hajnoczi Message-ID: <20141211144438.GR30812@stefanha-thinkpad.redhat.com> References: <1417613866-25890-1-git-send-email-mreitz@redhat.com> <1417613866-25890-23-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MRBOAUz+O/XNC2GI" Content-Disposition: inline In-Reply-To: <1417613866-25890-23-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 22/26] qcow2: Use intermediate helper CB for amend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi --MRBOAUz+O/XNC2GI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 03, 2014 at 02:37:42PM +0100, Max Reitz wrote: > If there is more than one time-consuming operation to be performed for > qcow2_amend_options(), we need an intermediate CB which coordinates the > progress of the individual operations and passes the result to the > original status callback. >=20 > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake > --- > block/qcow2.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++- > 1 file changed, 79 insertions(+), 1 deletion(-) Reviewed-by: Stefan Hajnoczi --MRBOAUz+O/XNC2GI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUia3WAAoJEJykq7OBq3PIe5cIAKtu6/n+AQ/AfnioEsf/C0MQ NOWNnYLkhv8WyCfVGcVaQShmNbVjFbOhrgZfvzsJWb6AGo/P8nXAVfF9K9Uyarwu KkLF7HVotvxy2nB+JB5yXxWJvqRdyxL1A1mekFyRUAEl+62Ez2y6wCUTG7wnFRfo nJQMJJjXiiZRL1pqA3UO4vsEkJxerrNgcqciVcGUNLhm0F1iFbzx7s9GgAc4emJM DpJaS4Yg2cLYOY1dv9+5Jqf7gYD19WZYmryUTWydu6Bcu2tAdkwIcq3/O8ig56C2 C7f2AS0rUEM9lsFfKOFxu8hJfI1n5oIR8bwwwz0cHAkTie8J3TWPfH3RusXUSko= =Cpeq -----END PGP SIGNATURE----- --MRBOAUz+O/XNC2GI--