From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bViz0-0000K3-Tq for qemu-devel@nongnu.org; Fri, 05 Aug 2016 13:32:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bViyx-00023t-Eo for qemu-devel@nongnu.org; Fri, 05 Aug 2016 13:32:30 -0400 References: <1469745026.5978.235.camel@kernel.crashing.org> From: Eric Blake Message-ID: <57A4CDA8.7050001@redhat.com> Date: Fri, 5 Aug 2016 11:32:24 -0600 MIME-Version: 1.0 In-Reply-To: <1469745026.5978.235.camel@kernel.crashing.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="25oTDxe9A7uwW3nQrKHt3vbkcsDqxpDlR" Subject: Re: [Qemu-devel] [PATCH] ppc: Rename #include'd .c files to .inc.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Benjamin Herrenschmidt , qemu-ppc@nongnu.org Cc: david@gibson.dropbear.id.au, qemu-devel@nongnu.org, Richard Henderson This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --25oTDxe9A7uwW3nQrKHt3vbkcsDqxpDlR Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 07/28/2016 04:30 PM, Benjamin Herrenschmidt wrote: > Also while at it, group the #include statements in translate.c >=20 > Signed-off-by: Benjamin Herrenschmidt > --- > target-ppc/translate.c | 40 +- > target-ppc/translate/dfp-impl.c | 212 ------ > target-ppc/translate/dfp-impl.inc.c | 212 ++++++ > target-ppc/translate/dfp-ops.c | 151 ----- > target-ppc/translate/dfp-ops.inc.c | 151 +++++ > target-ppc/translate/fp-impl.c | 1070 ---------------------------= --- > target-ppc/translate/fp-impl.inc.c | 1070 +++++++++++++++++++++++++++= +++ > target-ppc/translate/fp-ops.c | 111 ---- > target-ppc/translate/fp-ops.inc.c | 111 ++++ > target-ppc/translate/spe-impl.c | 1229 ---------------------------= -------- > target-ppc/translate/spe-impl.inc.c | 1229 +++++++++++++++++++++++++++= ++++++++ > target-ppc/translate/spe-ops.c | 106 --- > target-ppc/translate/spe-ops.inc.c | 106 +++ > target-ppc/translate/vmx-impl.c | 813 ----------------------- > target-ppc/translate/vmx-impl.inc.c | 813 +++++++++++++++++++++++ > target-ppc/translate/vmx-ops.c | 246 ------- > target-ppc/translate/vmx-ops.inc.c | 246 +++++++ > target-ppc/translate/vsx-impl.c | 715 -------------------- > target-ppc/translate/vsx-impl.inc.c | 715 ++++++++++++++++++++ > target-ppc/translate/vsx-ops.c | 271 -------- > target-ppc/translate/vsx-ops.inc.c | 271 ++++++++ > 21 files changed, 4944 insertions(+), 4944 deletions(-) Per http://wiki.qemu.org/Contribute/SubmitAPatch, if you would do: git config diff.renames true then your email would be MUCH smaller, calling our attention to what changed to accommodate the rename rather than treating the entire file as deleted than new contents. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --25oTDxe9A7uwW3nQrKHt3vbkcsDqxpDlR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXpM2oAAoJEKeha0olJ0Nqhm8H/jLax/XGCLToi1dbk43GXW/B Xph3I7/eo7xoRFiaHJmOTo44+Y5DaAWF7lTokM5OWrQq4yQ2M4bQYpzZyD3bCEge rtxM5eHroZe5WayRET28WmoFZz4tXahubZQ/NWlSvRAojhFPE8iS/BfLBMEvvWQf SdVrHd64dkdfpnriCpzI9kHZXyEINTaxfK7S0kR7V75yWwqq6lNnYD6gE/c2fCt/ rFnQsf7fMjBu2yT84O1HqGohNlfQJGgRUmxnKa4JosBbpcLl2EP2+JI1n4Hc3L4z JEbbnJyLza3NM0KsyU8Mi1glCQrGbWVtNIFzBftRc2Njb7Rd4/OqB5YNwrgoMYA= =vqBG -----END PGP SIGNATURE----- --25oTDxe9A7uwW3nQrKHt3vbkcsDqxpDlR--