From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxTax-0004KN-BY for qemu-devel@nongnu.org; Thu, 19 Jun 2014 00:05:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxTas-0006S3-SW for qemu-devel@nongnu.org; Thu, 19 Jun 2014 00:05:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxTas-0006Rz-HF for qemu-devel@nongnu.org; Thu, 19 Jun 2014 00:04:58 -0400 Message-ID: <53A26167.2040605@redhat.com> Date: Wed, 18 Jun 2014 22:04:55 -0600 From: Eric Blake MIME-Version: 1.0 References: <1403073840-32603-1-git-send-email-pbonzini@redhat.com> <1403073840-32603-9-git-send-email-pbonzini@redhat.com> In-Reply-To: <1403073840-32603-9-git-send-email-pbonzini@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="AaWBFLtlrAFw48TL1OgeRFIjNmxsj94AB" Subject: Re: [Qemu-devel] [PATCH 2.1 08/36] qapi: add new schema file qapi-event.json List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: wenchaoqemu@gmail.com, lcapitulino@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --AaWBFLtlrAFw48TL1OgeRFIjNmxsj94AB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06/18/2014 12:43 AM, Paolo Bonzini wrote: > From: Wenchao Xia >=20 > Signed-off-by: Wenchao Xia > Signed-off-by: Paolo Bonzini > --- > Makefile | 3 ++- > qapi-event.json | 0 > qapi-schema.json | 2 ++ > 3 files changed, 4 insertions(+), 1 deletion(-) > create mode 100644 qapi-event.json >=20 > diff --git a/Makefile b/Makefile > index f473cf5..7d0c8ec 100644 > --- a/Makefile > +++ b/Makefile > @@ -247,7 +247,8 @@ $(SRC_PATH)/qga/qapi-schema.json $(SRC_PATH)/script= s/qapi-commands.py $(qapi-py) > " GEN $@") > =20 > qapi-modules =3D $(SRC_PATH)/qapi-schema.json $(SRC_PATH)/qapi/common.= json \ > - $(SRC_PATH)/qapi/block.json $(SRC_PATH)/qapi/block-core= =2Ejson > + $(SRC_PATH)/qapi/block.json $(SRC_PATH)/qapi/block-core= =2Ejson \ > + $(SRC_PATH)/qapi-event.json > =20 > qapi-types.c qapi-types.h :\ > $(qapi-modules) $(SRC_PATH)/scripts/qapi-types.py $(qapi-py) > diff --git a/qapi-event.json b/qapi-event.json > new file mode 100644 > index 0000000..e69de29 > diff --git a/qapi-schema.json b/qapi-schema.json Still didn't pick up on my suggestion of at least having a comment in the new file; but I can live with it. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --AaWBFLtlrAFw48TL1OgeRFIjNmxsj94AB 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/ iQEcBAEBCAAGBQJTomFnAAoJEKeha0olJ0Nq970H/iHDL1r7K6bWM7hBa0m1HLP7 GzN5zb7j7SJnUDsH1MH1H/XGZgxDRS5jC9MmXYkASvgJ6z/0Uyu6qICCzDgJ/02Z rloK/gU8AZhkw/12/sFXB2qlpLOVk/RVD7wofk3aabfMwEzW/SxcT1VHAONkPmlD UO0E/oYrTTPdRQyco2WR30AAzGyX41otL67GRWREqWGIt/t8qg3JI2i2iE/aM2U0 MIjjVcJWMhQUu9+wWpiHaZH1ICAg3OSwL+T/mBsRGhkDw4uHKkdu2HRl15rL3Gmk MMyCUry3ePeSpa/XeREH28NY3nR/UJFpnrXYV8X43FV5bEByh/9rCG8H1vITyYw= =kEcX -----END PGP SIGNATURE----- --AaWBFLtlrAFw48TL1OgeRFIjNmxsj94AB--