qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] ppc: Rename #include'd .c files to .inc.c


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH] ppc: Rename #include'd .c files to .inc.c
Date: Fri, 5 Aug 2016 11:32:24 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

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 <address@hidden>
> ---
>  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

[Prev in Thread] Current Thread [Next in Thread]