From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJsax-0007TL-Qp for qemu-devel@nongnu.org; Wed, 11 Sep 2013 18:09:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJsas-00059p-0m for qemu-devel@nongnu.org; Wed, 11 Sep 2013 18:09:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJsar-00059Y-OD for qemu-devel@nongnu.org; Wed, 11 Sep 2013 18:09:01 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8BM90OA010215 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 11 Sep 2013 18:09:00 -0400 Message-ID: <5230E9FB.5080101@redhat.com> Date: Wed, 11 Sep 2013 16:08:59 -0600 From: Eric Blake MIME-Version: 1.0 References: <1378932737-13422-1-git-send-email-lcapitulino@redhat.com> <1378932737-13422-2-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1378932737-13422-2-git-send-email-lcapitulino@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bTQACknnfChlFiFqHD4JE4drbIHp8LmTn" Subject: Re: [Qemu-devel] [PATCH 1/6] QMP: add scripts/qmp List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org, armbru@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --bTQACknnfChlFiFqHD4JE4drbIHp8LmTn Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 09/11/2013 02:52 PM, Luiz Capitulino wrote: > Populate it with all scripts stored in QMP/. >=20 > Signed-off-by: Luiz Capitulino > --- > QMP/qemu-ga-client | 299 -------------------------------------= -------- > QMP/qmp | 126 ------------------- > QMP/qmp-shell | 286 -------------------------------------= ------ > QMP/qmp.py | 190 ---------------------------- > QMP/qom-fuse | 138 --------------------- > QMP/qom-get | 67 ---------- > QMP/qom-list | 64 ---------- > QMP/qom-set | 64 ---------- > scripts/qmp/qemu-ga-client | 299 +++++++++++++++++++++++++++++++++++++= ++++++++ > scripts/qmp/qmp | 126 +++++++++++++++++++ > scripts/qmp/qmp-shell | 286 +++++++++++++++++++++++++++++++++++++= ++++++ > scripts/qmp/qmp.py | 190 ++++++++++++++++++++++++++++ > scripts/qmp/qom-fuse | 138 +++++++++++++++++++++ > scripts/qmp/qom-get | 67 ++++++++++ > scripts/qmp/qom-list | 64 ++++++++++ > scripts/qmp/qom-set | 64 ++++++++++ > 16 files changed, 1234 insertions(+), 1234 deletions(-) > delete mode 100755 QMP/qemu-ga-client > delete mode 100755 QMP/qmp > delete mode 100755 QMP/qmp-shell > delete mode 100644 QMP/qmp.py > delete mode 100755 QMP/qom-fuse > delete mode 100755 QMP/qom-get > delete mode 100755 QMP/qom-list > delete mode 100755 QMP/qom-set > create mode 100755 scripts/qmp/qemu-ga-client > create mode 100755 scripts/qmp/qmp > create mode 100755 scripts/qmp/qmp-shell > create mode 100644 scripts/qmp/qmp.py > create mode 100755 scripts/qmp/qom-fuse > create mode 100755 scripts/qmp/qom-get > create mode 100755 scripts/qmp/qom-list > create mode 100755 scripts/qmp/qom-set Reviewed-by: Eric Blake Repeat after me: git config diff.renames true at which point, this commit is much more compact and reviewable: =46rom c2957616df8bfa2066cbb375de106a45b5a80ae4 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Wed, 11 Sep 2013 16:52:12 -0400 Subject: [PATCH] QMP: add scripts/qmp Populate it with all scripts stored in QMP/. Signed-off-by: Luiz Capitulino --- {QMP =3D> scripts/qmp}/qemu-ga-client | 0 {QMP =3D> scripts/qmp}/qmp | 0 {QMP =3D> scripts/qmp}/qmp-shell | 0 {QMP =3D> scripts/qmp}/qmp.py | 0 {QMP =3D> scripts/qmp}/qom-fuse | 0 {QMP =3D> scripts/qmp}/qom-get | 0 {QMP =3D> scripts/qmp}/qom-list | 0 {QMP =3D> scripts/qmp}/qom-set | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {QMP =3D> scripts/qmp}/qemu-ga-client (100%) rename {QMP =3D> scripts/qmp}/qmp (100%) rename {QMP =3D> scripts/qmp}/qmp-shell (100%) rename {QMP =3D> scripts/qmp}/qmp.py (100%) rename {QMP =3D> scripts/qmp}/qom-fuse (100%) rename {QMP =3D> scripts/qmp}/qom-get (100%) rename {QMP =3D> scripts/qmp}/qom-list (100%) rename {QMP =3D> scripts/qmp}/qom-set (100%) diff --git a/QMP/qemu-ga-client b/scripts/qmp/qemu-ga-client similarity index 100% rename from QMP/qemu-ga-client rename to scripts/qmp/qemu-ga-client diff --git a/QMP/qmp b/scripts/qmp/qmp similarity index 100% rename from QMP/qmp rename to scripts/qmp/qmp diff --git a/QMP/qmp-shell b/scripts/qmp/qmp-shell similarity index 100% rename from QMP/qmp-shell rename to scripts/qmp/qmp-shell diff --git a/QMP/qmp.py b/scripts/qmp/qmp.py similarity index 100% rename from QMP/qmp.py rename to scripts/qmp/qmp.py diff --git a/QMP/qom-fuse b/scripts/qmp/qom-fuse similarity index 100% rename from QMP/qom-fuse rename to scripts/qmp/qom-fuse diff --git a/QMP/qom-get b/scripts/qmp/qom-get similarity index 100% rename from QMP/qom-get rename to scripts/qmp/qom-get diff --git a/QMP/qom-list b/scripts/qmp/qom-list similarity index 100% rename from QMP/qom-list rename to scripts/qmp/qom-list diff --git a/QMP/qom-set b/scripts/qmp/qom-set similarity index 100% rename from QMP/qom-set rename to scripts/qmp/qom-set --=20 1.8.3.1 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --bTQACknnfChlFiFqHD4JE4drbIHp8LmTn 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.14 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJSMOn7AAoJEKeha0olJ0NqPkUH/2g6yVR09wXACGOiVPOuL5u5 CGU3KTaSlcfQpnbSHIJIOyjn896mxk/fvd7f++T3XNnNNYKhYYoHRBv1SqfLLJVx hR06gYg9wkVgK9GQr9ITbpCy0h+kMHLM6Fr9BzfaKHRkJcvwXpY3vLmuXkb41CYc HVscM7tZTu366N3rPDNebViG1lOOcy4rCzYtYzWG+Wes8w/UaWNFjqy9MnIKRu6e tMGIMtkhpE7EulWn7ZrnVaNMhevsTOmlOVbEWMxHj+MtN7+HGIka/1jIhFfIbMt1 RvbfBBElOt58d1dAc2Xy9cEgFpMkWUGOv28K6+uWt3UArwF+HJDVlf2ThtEFvS4= =FcXc -----END PGP SIGNATURE----- --bTQACknnfChlFiFqHD4JE4drbIHp8LmTn--