On 07/28/2016 04:30 PM, Benjamin Herrenschmidt wrote:
> Also while at it, group the #include statements in translate.c
> 
> Signed-off-by: Benjamin Herrenschmidt <b...@kernel.crashing.org>
> ---
>  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.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to