From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrTWC-0001eq-1G for qemu-devel@nongnu.org; Mon, 02 Jun 2014 10:47:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrTW6-0004nQ-HK for qemu-devel@nongnu.org; Mon, 02 Jun 2014 10:47:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrTW6-0004nK-6P for qemu-devel@nongnu.org; Mon, 02 Jun 2014 10:47:14 -0400 Message-ID: <538C8E6D.3000602@redhat.com> Date: Mon, 02 Jun 2014 08:47:09 -0600 From: Eric Blake MIME-Version: 1.0 References: <1401537111-10221-1-git-send-email-benoit.canet@irqsave.net> <1401537111-10221-7-git-send-email-benoit.canet@irqsave.net> In-Reply-To: <1401537111-10221-7-git-send-email-benoit.canet@irqsave.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="JcJVamVPjq4VSllDoRPcIsicBrfqp15L9" Subject: Re: [Qemu-devel] [PATCH v1 06/72] qapi: create two block related json modules List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QmVub8OudCBDYW5ldA==?= , qemu-devel@nongnu.org Cc: kwolf@redhat.com, Benoit Canet , stefanha@redhat.com, lcapitulino@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --JcJVamVPjq4VSllDoRPcIsicBrfqp15L9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 05/31/2014 05:50 AM, Beno=C3=AEt Canet wrote: > qapi/block-core.json contains block definitions unrelated to emulation.= >=20 > qapi/block.json is a superset of the previous and contains definitions = related > to emulation. >=20 > The purpose of these extractions is to be able to hook qapi/block-core.= json > generated code on qemu-nbd. >=20 > Signed-off-by: Benoit Canet > --- > qapi-schema.json | 3 +++ > qapi/block-core.json | 8 ++++++++ > qapi/block.json | 7 +++++++ > 3 files changed, 18 insertions(+) > create mode 100644 qapi/block-core.json > create mode 100644 qapi/block.json > --- /dev/null > +++ b/qapi/block-core.json > @@ -0,0 +1,8 @@ > +# -*- Mode: Python -*- > +# > +# QAPI block core definitions (vm unrelated) Same comment as in 1/72 about adding a copyright comment; and same conclusion that doing it as a followup patch for all affected files being okay. Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --JcJVamVPjq4VSllDoRPcIsicBrfqp15L9 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 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTjI5tAAoJEKeha0olJ0NqoooH+wdvCPgGbUigiRgHetIc2+SC xaYOV5SYEf5pPB3u4FLrV3/OhO6JH6Pfg8ZwWMjecx2Qc6zX+anhQMhZG9WhVEma fHIh+u7iWH3oiJoRdvTXfypnRe+MapKB7B9uyDaIGVbDmi5u0dntTXDrEqQLcZU+ C+mjumdZrQF+1LD9M4bmQl5PvtZbcN6QbxIIt4vN7wrSvFCCrnHWRBUiWGIpKjZk yvHW+veHh6BYqVrF5xrEiZFq95GwyYQokdN1sfTvsnUtmRKivH8TPApV4AD+8EI7 XqxRB1rTDAdCno0rWE7/av55xOcgfkAbiDYhxXtXjD5HglZY2ydLKJSsw0vlJVU= =ospu -----END PGP SIGNATURE----- --JcJVamVPjq4VSllDoRPcIsicBrfqp15L9--