From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwHHy-0006xd-97 for qemu-devel@nongnu.org; Tue, 31 Jul 2012 14:35:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwHHx-0000TI-59 for qemu-devel@nongnu.org; Tue, 31 Jul 2012 14:35:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwHHw-0000T9-Rq for qemu-devel@nongnu.org; Tue, 31 Jul 2012 14:35:25 -0400 Message-ID: <50182566.4070902@redhat.com> Date: Tue, 31 Jul 2012 12:35:18 -0600 From: Eric Blake MIME-Version: 1.0 References: <6fa5167365c66d4c450000e86c34b77db0bd2288.1343710713.git.jcody@redhat.com> In-Reply-To: <6fa5167365c66d4c450000e86c34b77db0bd2288.1343710713.git.jcody@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig5B386751307119F57E4BE730" Subject: Re: [Qemu-devel] [RFC PATCH 3/4] qerror: new errors for live block commit, QERR_TOP_NOT_FOUND List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, supriyak@linux.vnet.ibm.com, stefanha@gmail.com This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5B386751307119F57E4BE730 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/30/2012 11:16 PM, Jeff Cody wrote: > Signed-off-by: Jeff Cody > --- > qerror.c | 4 ++++ > qerror.h | 3 +++ > 2 files changed, 7 insertions(+) >=20 > diff --git a/qerror.c b/qerror.c > index 25c2733..69a59ab 100644 > --- a/qerror.c > +++ b/qerror.c > @@ -307,6 +307,10 @@ static const QErrorStringTable qerror_table[] =3D = { > .desc =3D "Too many open files", > }, > { > + .error_fmt =3D QERR_TOP_NOT_FOUND, > + .desc =3D "Top '%(top)' not found", > + }, > + { This conflicts with the series to simplify error handling; if we want both series, I'd suggest rebasing this one to use the simpler handling. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig5B386751307119F57E4BE730 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/ iQEcBAEBCAAGBQJQGCVmAAoJEKeha0olJ0NqXd8H/1O3O3G+dC3CCJaug1VxHi+7 jqJDcPIxsJwjjznEct0VugCULla6Nh0UhFq39uUwCnf2AR5zsdWakOg9xsgpdPu/ AgYwciYsm4tcfSBLbQhXMwXGy1h7NaeFaJsFtDAdxGUPjJJEtilReMCGIwuRd7Zv zi78E6SuyvlYJMX8uVHnuokI9Z/8goTPLJdUSCeMXt886ETY4icxzv6FVzPr9feO HGkG6D8+xTyWw3/0/K8QzSLn5SSENuZ18R4ZlCAB+iSFgPJvEkqDeYU717kQ7lLl sSwrnybHqHvfjFPTLf8WY0uGfDTHpKCipMPtTHRY7T50RCvl1AI80y029+4vBD8= =dSZc -----END PGP SIGNATURE----- --------------enig5B386751307119F57E4BE730--