From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGybe-00069P-Ot for qemu-devel@nongnu.org; Wed, 26 Sep 2012 16:53:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGybc-000435-OC for qemu-devel@nongnu.org; Wed, 26 Sep 2012 16:53:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGybc-00042s-Ej for qemu-devel@nongnu.org; Wed, 26 Sep 2012 16:53:16 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8QKrF6x004998 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 26 Sep 2012 16:53:15 -0400 Message-ID: <50636B3A.6090103@redhat.com> Date: Wed, 26 Sep 2012 14:53:14 -0600 From: Eric Blake MIME-Version: 1.0 References: <1348675011-8794-1-git-send-email-pbonzini@redhat.com> <1348675011-8794-16-git-send-email-pbonzini@redhat.com> In-Reply-To: <1348675011-8794-16-git-send-email-pbonzini@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigBA710DFCE7E70179DCE12BF6" Subject: Re: [Qemu-devel] [PATCH v2 15/45] stream: add on-error argument List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBA710DFCE7E70179DCE12BF6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 09/26/2012 09:56 AM, Paolo Bonzini wrote: > This patch adds support for error management to streaming. >=20 > Signed-off-by: Paolo Bonzini > --- > block/stream.c | 28 +++++++++++++++++++++++++++- > block_int.h | 3 ++- > blockdev.c | 11 ++++++++--- > hmp.c | 3 ++- > qapi-schema.json | 9 +++++++-- > qmp-commands.hx | 2 +- > 6 file modificati, 47 inserzioni(+), 9 rimozioni(-) >=20 > +++ b/qapi-schema.json > @@ -1831,13 +1831,18 @@ > # > # @speed: #optional the maximum speed, in bytes per second > # > +# @on-error: #optional the action to take on an error (default report)= =2E > +# 'stop' and 'enospc' can only be used if the block device > +# supports io-status (see BlockInfo). Since 1.2. 1.3 --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigBA710DFCE7E70179DCE12BF6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iQEcBAEBCAAGBQJQY2s6AAoJEKeha0olJ0NqyVQH/0uRCymaFBCTLKqdHlvHCItD 0XzQ7g9wFaTxT0gSBalCjprCEbBvRDMz5hvNjN+hjA23Kf1iKS41P3jPn5JiJsO2 FB0PIbUsdrbdd3tmy9RlxNVh1lwxWO19IrtJQ9ehmFQQTgIJYL9S2kOP6VmyjqaK ywxc4FJmtLpijB6Y3qZAqTD0IJ36vGu2isQVggSTeorY9hcAbn/BX7o4Ly5DA7J3 kZ+axtu/WJjP5bmD6EYUACLpDh+Aq5x7ArvbHM+mP4+KPrHkGIOjYimM8hhwPOvQ yJ3DyzwIgBMtWEOMcOrfBTzPKEu7jv9/Fuk4XVkpsSoOk51nVV5LjM74+Aby1fw= =Q89n -----END PGP SIGNATURE----- --------------enigBA710DFCE7E70179DCE12BF6--