From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwHNn-00010E-TT for qemu-devel@nongnu.org; Tue, 31 Jul 2012 14:41:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwHNm-0002a5-Q9 for qemu-devel@nongnu.org; Tue, 31 Jul 2012 14:41:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwHNm-0002Zz-H1 for qemu-devel@nongnu.org; Tue, 31 Jul 2012 14:41:26 -0400 Message-ID: <501826AE.9020403@redhat.com> Date: Tue, 31 Jul 2012 12:40:46 -0600 From: Eric Blake MIME-Version: 1.0 References: <1343127865-16608-1-git-send-email-pbonzini@redhat.com> <1343127865-16608-15-git-send-email-pbonzini@redhat.com> In-Reply-To: <1343127865-16608-15-git-send-email-pbonzini@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigEF34A36935C4726F88642FB4" Subject: Re: [Qemu-devel] [PATCH 14/47] 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, stefanha@linux.vnet.ibm.com This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigEF34A36935C4726F88642FB4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/24/2012 05:03 AM, Paolo Bonzini wrote: > This patch adds support for error management to streaming. >=20 > Signed-off-by: Paolo Bonzini > --- > +++ b/qapi-schema.json > @@ -1656,17 +1656,23 @@ > # > # @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. > # If @speed is invalid, InvalidParameter > +# If @on_error is not supported, InvalidParameter s/on_error/on-error/ to match the rest of the docs --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigEF34A36935C4726F88642FB4 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://enigmail.mozdev.org/ iQEcBAEBCAAGBQJQGCauAAoJEKeha0olJ0NqObEH/RJl+XsAIFx6ek7oUqvOgsCj 1k24XvQ4+60pC0L9NlifGlWQSirbeoaDGudyRGhtoao5VnBk4tczS11nvmJej9jp 45a3CqnKHrzeytw8GL+6pqNoNZuMPfG9pgzVmiaCjJrwpaAdgLshmSHulmU+8qjZ eHemgUuMxwdaDYHvPEJl22MF+RIXEOSmQuDeZqL4V80U7PdDPWUHkbv4ub6MV9f7 X2wXYXo4HtwHWKRQrFNIsmj+MJWAN+ar4vm671idKNqb8LXeHt35MW5T53rG6kdZ mxKwcwN6zHCoRP4sPuqouo3H2EaEr87pDzLz3/7flKt/H0h4pQuq4NvbPuc4aZw= =/YYV -----END PGP SIGNATURE----- --------------enigEF34A36935C4726F88642FB4--