From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2htU-0007WB-LJ for qemu-devel@nongnu.org; Fri, 26 Jul 2013 09:17:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2htQ-0007XF-J1 for qemu-devel@nongnu.org; Fri, 26 Jul 2013 09:17:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2htQ-0007X5-95 for qemu-devel@nongnu.org; Fri, 26 Jul 2013 09:17:12 -0400 Message-ID: <51F276D4.1000104@redhat.com> Date: Fri, 26 Jul 2013 07:17:08 -0600 From: Eric Blake MIME-Version: 1.0 References: <1374842387-17146-1-git-send-email-armbru@redhat.com> <1374842387-17146-3-git-send-email-armbru@redhat.com> In-Reply-To: <1374842387-17146-3-git-send-email-armbru@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="otAdbccMvomPOfv327AwtoVblAFB8KHpm" Subject: Re: [Qemu-devel] [PATCH 2/9] tests: Use qapi-schema-test.json as schema parser test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: aliguori@us.ibm.com, akong@redhat.com, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --otAdbccMvomPOfv327AwtoVblAFB8KHpm Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/26/2013 06:39 AM, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster > --- > qapi-schema-test.json | 53 -------------------------= -------- > tests/Makefile | 8 ++--- > tests/qapi-schema/qapi-schema-test.exit | 1 + > tests/qapi-schema/qapi-schema-test.json | 53 +++++++++++++++++++++++++= ++++++++ You don't have git rename detection turned on? You get a more compact listing of file renames if you do: git config diff.renames true I just modified http://wiki.qemu.org/Contribute/SubmitAPatch to mention this tip. > tests/qapi-schema/qapi-schema-test.out | 19 ++++++++++++ > 5 files changed, 77 insertions(+), 57 deletions(-) > delete mode 100644 qapi-schema-test.json > create mode 100644 tests/qapi-schema/qapi-schema-test.err > create mode 100644 tests/qapi-schema/qapi-schema-test.exit > create mode 100644 tests/qapi-schema/qapi-schema-test.json > create mode 100644 tests/qapi-schema/qapi-schema-test.out Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --otAdbccMvomPOfv327AwtoVblAFB8KHpm 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.13 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJR8nbUAAoJEKeha0olJ0NqHCoH/i56G0e7KWQy6P+urtuQR409 T6fMg0Mex8fds4pUFhtxoQKvk5jR9uO9qh51mie7+lRMJmajKRrfSOmdrP8QjZFV iXEPvXwuj/WkauY2g8zWh6co/03c8yh1v+CC5HFSIMHz7QAzh+oFlQHGoF4J2/UX 3nawrtd+T8i6fz5/9Mm0pg9d5CaozXLmlq5rm2uuuYRbS4SM6xd4KB8cnIzfTOyi jr7XpYZgy79q9e3FDJPJvaphAtu7cq4IsZRao1QMR5rIkV4JGI31tZEgnYnS0gEX zNkhmV+vknV/CBb31MtySzJts+a0fZi03lbkaJ1uS5yZHzJGgHKJtIKeFj+6myM= =063z -----END PGP SIGNATURE----- --otAdbccMvomPOfv327AwtoVblAFB8KHpm--