From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmqbZ-0006CN-Bn for qemu-devel@nongnu.org; Fri, 07 Nov 2014 15:58:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmqbU-0008NB-A8 for qemu-devel@nongnu.org; Fri, 07 Nov 2014 15:58:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmqbU-0008N5-27 for qemu-devel@nongnu.org; Fri, 07 Nov 2014 15:57:56 -0500 Message-ID: <545D3247.9040905@redhat.com> Date: Fri, 07 Nov 2014 21:57:43 +0100 From: Eric Blake MIME-Version: 1.0 References: <1415375495-14380-1-git-send-email-mreitz@redhat.com> In-Reply-To: <1415375495-14380-1-git-send-email-mreitz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bGfD9MRbpOmJPAKLwS1judIA5bgoEV9qp" Subject: Re: [Qemu-devel] [PATCH] qapi: Complete BlkdebugEvent List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-devel@nongnu.org Cc: Kevin Wolf , Peter Lieven , Stefan Hajnoczi This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --bGfD9MRbpOmJPAKLwS1judIA5bgoEV9qp Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/07/2014 04:51 PM, Max Reitz wrote: > Several events were missing from the QAPI enum, add them. >=20 > Reported-by: Kevin Wolf > Signed-off-by: Max Reitz > --- > qapi/block-core.json | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Do we need any documentation on these? Or is this one of those types where the only people using it are already expected to be familiar with the C code? >=20 > diff --git a/qapi/block-core.json b/qapi/block-core.json > index 77a0cfb..8c3e45d 100644 > --- a/qapi/block-core.json > +++ b/qapi/block-core.json > @@ -1422,7 +1422,9 @@ > 'refblock_alloc.write_blocks', 'refblock_alloc.write_table= ', > 'refblock_alloc.switch_table', 'cluster_alloc', > 'cluster_alloc_bytes', 'cluster_free', 'flush_to_os', > - 'flush_to_disk' ] } > + 'flush_to_disk', 'pwritev_rmw.head', 'pwritev_rmw.after_he= ad', > + 'pwritev_rmw.tail', 'pwritev_rmw.after_tail', 'pwritev', > + 'pwritev_zero', 'pwritev_done', 'empty_image_prepare' ] } > =20 > ## > # @BlkdebugInjectErrorOptions >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --bGfD9MRbpOmJPAKLwS1judIA5bgoEV9qp 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 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUXTJHAAoJEKeha0olJ0NqYx0IAI8Ng09JcRdB69iVjYNb/tnI XmgDBAKjcStOoJ61ki5ZA1h2pJ0kCIaZyrFXI8gxBeLzJKa9zmiAN8EtZU+s1MkT 5qPuqLWil8Cu/EtaI7doI3Vc5Mq2RI4VFV7wm0nUJrzEgKZYAeo0IDaHhsZYAsSI e+BTNWqMzrk3+bBi3K9ji5HIeoEkGIG+WGmU/qYrE9C9jLHSp/H7hxaDD0rLY52f Hh6pwY8NppxkD6SIxNjXu0cCenwMIwnGcfQVDPPVcZW4cVQjWaLxuN9hSpDMzH65 PoouzIfwoMuLoRSyOW5BUgNoSthNHO02atoRr4DgPAXU71NSfBnoivh3jzzf/QI= =SZgk -----END PGP SIGNATURE----- --bGfD9MRbpOmJPAKLwS1judIA5bgoEV9qp--