All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: qemu-ppc@nongnu.org, Richard Henderson <rth@twiddle.net>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v3] ppc: Rename #include'd .c files to .inc.c
Date: Mon, 1 Aug 2016 11:39:08 +1000	[thread overview]
Message-ID: <20160801013908.GU2588@voom.fritz.box> (raw)
In-Reply-To: <1469781317.5978.280.camel@kernel.crashing.org>

[-- Attachment #1: Type: text/plain, Size: 6456 bytes --]

On Fri, Jul 29, 2016 at 06:35:17PM +1000, Benjamin Herrenschmidt wrote:
> Also while at it, group the #include statements in translate.c
> 
> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

Urgh.. now I'm getting a:
    fatal: corrupt patch at line 35

> ---
> 
> v3. Stupid typo I corrected locally but din't commit...
> v2. Rebase on top of ppc-for-2.8
>     Use git renames
> 
>  target-ppc/translate.c                             | 40 +++++++++++-----------
>  .../translate/{dfp-impl.c => dfp-impl.inc.c}       |  0
>  target-ppc/translate/{dfp-ops.c => dfp-ops.inc.c}  |  0
>  target-ppc/translate/{fp-impl.c => fp-impl.inc.c}  |  0
>  target-ppc/translate/{fp-ops.c => fp-ops.inc.c}    |  0
>  .../translate/{spe-impl.c => spe-impl.inc.c}       |  0
>  target-ppc/translate/{spe-ops.c => spe-ops.inc.c}  |  0
>  .../translate/{vmx-impl.c => vmx-impl.inc.c}       |  0
>  target-ppc/translate/{vmx-ops.c => vmx-ops.inc.c}  |  0
>  .../translate/{vsx-impl.c => vsx-impl.inc.c}       |  0
>  target-ppc/translate/{vsx-ops.c => vsx-ops.inc.c}  |  0
>  11 files changed, 20 insertions(+), 20 deletions(-)
>  rename target-ppc/translate/{dfp-impl.c => dfp-impl.inc.c} (100%)
>  rename target-ppc/translate/{dfp-ops.c => dfp-ops.inc.c} (100%)
>  rename target-ppc/translate/{fp-impl.c => fp-impl.inc.c} (100%)
>  rename target-ppc/translate/{fp-ops.c => fp-ops.inc.c} (100%)
>  rename target-ppc/translate/{spe-impl.c => spe-impl.inc.c} (100%)
>  rename target-ppc/translate/{spe-ops.c => spe-ops.inc.c} (100%)
>  rename target-ppc/translate/{vmx-impl.c => vmx-impl.inc.c} (100%)
>  rename target-ppc/translate/{vmx-ops.c => vmx-ops.inc.c} (100%)
>  rename target-ppc/translate/{vsx-impl.c => vsx-impl.inc.c} (100%)
>  rename target-ppc/translate/{vsx-ops.c => vsx-ops.inc.c} (100%)
> 
> diff --git a/target-ppc/translate.c b/target-ppc/translate.c
> index fc3d371..d1837f8 100644
> --- a/target-ppc/translate.c
> +++ b/target-ppc/translate.c
> @@ -5315,12 +5315,6 @@ static void gen_rfsvc(DisasContext *ctx)
>  #endif /* defined(CONFIG_USER_ONLY) */
>  }
>  
> -#include "translate/fp-impl.c"
> -
> -#include "translate/vmx-impl.c"
> -
> -#include "translate/vsx-impl.c"
> -
>  /* svc is not implemented for now */
>  
>  /* BookE specific instructions */
> @@ -6107,10 +6101,6 @@ static void gen_maddhd_maddhdu(DisasContext *ctx)
>  }
>  #endif /* defined(TARGET_PPC64) */
>  
> -#include "translate/dfp-impl.c"
> -
> -#include "translate/spe-impl.c"
> -
>  static void gen_tbegin(DisasContext *ctx)
>  {
>      if (unlikely(!ctx->tm_enabled)) {
> @@ -6190,6 +6180,16 @@ static inline void gen_##name(DisasContext *ctx)               \
>  GEN_TM_PRIV_NOOP(treclaim);
>  GEN_TM_PRIV_NOOP(trechkpt);
>  
> +#include "translate/fp-impl.inc.c"
> +
> +#include "translate/vmx-impl.inc.c"
> +
> +#include "translate/vsx-impl.inc.c"
> +
> +#include "translate/dfp-impl.inc.c"
> +
> +#include "translate/spe-impl.inc.c"
> +
>  static opcode_t opcodes[] = {
>  GEN_HANDLER(invalid, 0x00, 0x00, 0x00, 0xFFFFFFFF, PPC_NONE),
>  GEN_HANDLER(cmp, 0x1F, 0x00, 0x00, 0x00400000, PPC_INTEGER),
> @@ -6714,16 +6714,6 @@ GEN_MAC_HANDLER(mulhhwu, 0x08, 0x00),
>  GEN_MAC_HANDLER(mullhw, 0x08, 0x0D),
>  GEN_MAC_HANDLER(mullhwu, 0x08, 0x0C),
>  
> -#include "translate/fp-ops.c"
> -
> -#include "translate/vmx-ops.c"
> -
> -#include "translate/vsx-ops.c"
> -
> -#include "translate/dfp-ops.c"
> -
> -#include "translate/spe-ops.c"
> -
>  GEN_HANDLER2_E(tbegin, "tbegin", 0x1F, 0x0E, 0x14, 0x01DFF800, \
>                 PPC_NONE, PPC2_TM),
>  GEN_HANDLER2_E(tend,   "tend",   0x1F, 0x0E, 0x15, 0x01FFF800, \
> @@ -6746,6 +6736,16 @@ GEN_HANDLER2_E(treclaim, "treclaim", 0x1F, 0x0E, 0x1D, 0x03E0F800, \
>                 PPC_NONE, PPC2_TM),
>  GEN_HANDLER2_E(trechkpt, "trechkpt", 0x1F, 0x0E, 0x1F, 0x03FFF800, \
>                 PPC_NONE, PPC2_TM),
> +
> +#include "translate/fp-ops.inc.c"
> +
> +#include "translate/vmx-ops.inc.c"
> +
> +#include "translate/vsx-ops.inc.c"
> +
> +#include "translate/dfp-ops.inc.c"
> +
> +#include "translate/spe-ops.inc.c"
>  };
>  
>  #include "helper_regs.h"
> diff --git a/target-ppc/translate/dfp-impl.c b/target-ppc/translate/dfp-impl.inc.c
> similarity index 100%
> rename from target-ppc/translate/dfp-impl.c
> rename to target-ppc/translate/dfp-impl.inc.c
> diff --git a/target-ppc/translate/dfp-ops.c b/target-ppc/translate/dfp-ops.inc.c
> similarity index 100%
> rename from target-ppc/translate/dfp-ops.c
> rename to target-ppc/translate/dfp-ops.inc.c
> diff --git a/target-ppc/translate/fp-impl.c b/target-ppc/translate/fp-impl.inc.c
> similarity index 100%
> rename from target-ppc/translate/fp-impl.c
> rename to target-ppc/translate/fp-impl.inc.c
> diff --git a/target-ppc/translate/fp-ops.c b/target-ppc/translate/fp-ops.inc.c
> similarity index 100%
> rename from target-ppc/translate/fp-ops.c
> rename to target-ppc/translate/fp-ops.inc.c
> diff --git a/target-ppc/translate/spe-impl.c b/target-ppc/translate/spe-impl.inc.c
> similarity index 100%
> rename from target-ppc/translate/spe-impl.c
> rename to target-ppc/translate/spe-impl.inc.c
> diff --git a/target-ppc/translate/spe-ops.c b/target-ppc/translate/spe-ops.inc.c
> similarity index 100%
> rename from target-ppc/translate/spe-ops.c
> rename to target-ppc/translate/spe-ops.inc.c
> diff --git a/target-ppc/translate/vmx-impl.c b/target-ppc/translate/vmx-impl.inc.c
> similarity index 100%
> rename from target-ppc/translate/vmx-impl.c
> rename to target-ppc/translate/vmx-impl.inc.c
> diff --git a/target-ppc/translate/vmx-ops.c b/target-ppc/translate/vmx-ops.inc.c
> similarity index 100%
> rename from target-ppc/translate/vmx-ops.c
> rename to target-ppc/translate/vmx-ops.inc.c
> diff --git a/target-ppc/translate/vsx-impl.c b/target-ppc/translate/vsx-impl.inc.c
> similarity index 100%
> rename from target-ppc/translate/vsx-impl.c
> rename to target-ppc/translate/vsx-impl.inc.c
> diff --git a/target-ppc/translate/vsx-ops.c b/target-ppc/translate/vsx-ops.inc.c
> similarity index 100%
> rename from target-ppc/translate/vsx-ops.c
> rename to target-ppc/translate/vsx-ops.inc.c
> 

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

      reply	other threads:[~2016-08-01  3:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-29  8:35 [Qemu-devel] [PATCH v3] ppc: Rename #include'd .c files to .inc.c Benjamin Herrenschmidt
2016-08-01  1:39 ` David Gibson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160801013908.GU2588@voom.fritz.box \
    --to=david@gibson.dropbear.id.au \
    --cc=benh@kernel.crashing.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.