[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [RFC for-4.1 03/25] target/ppc: Style fixes for ppc-model
From: |
Cédric Le Goater |
Subject: |
Re: [Qemu-ppc] [RFC for-4.1 03/25] target/ppc: Style fixes for ppc-models.[ch] |
Date: |
Mon, 25 Mar 2019 07:29:29 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
On 3/22/19 1:15 AM, David Gibson wrote:
> Signed-off-by: David Gibson <address@hidden>
Reviewed-by: Cédric Le Goater <address@hidden>
Thanks,
C.
> ---
> target/ppc/cpu-models.c | 2 +-
> target/ppc/cpu-models.h | 3 ++-
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/target/ppc/cpu-models.c b/target/ppc/cpu-models.c
> index 7c75963e3c..9d7050b5fa 100644
> --- a/target/ppc/cpu-models.c
> +++ b/target/ppc/cpu-models.c
> @@ -740,7 +740,7 @@
> POWERPC_DEF("7457a_v1.2", CPU_POWERPC_74x7A_v12, 7455,
> "PowerPC 7457A v1.2 (G4)")
> /* 64 bits PowerPC
> */
> -#if defined (TARGET_PPC64)
> +#if defined(TARGET_PPC64)
> POWERPC_DEF("970_v2.2", CPU_POWERPC_970_v22, 970,
> "PowerPC 970 v2.2")
> POWERPC_DEF("970fx_v1.0", CPU_POWERPC_970FX_v10, 970,
> diff --git a/target/ppc/cpu-models.h b/target/ppc/cpu-models.h
> index efdb2fa53c..4fdb73034d 100644
> --- a/target/ppc/cpu-models.h
> +++ b/target/ppc/cpu-models.h
> @@ -393,7 +393,8 @@ enum {
> CPU_POWERPC_RS64IV = 0x00370000,
> #endif /* defined(TARGET_PPC64) */
> /* Original POWER */
> - /* XXX: should be POWER (RIOS), RSC3308, RSC4608,
> + /*
> + * XXX: should be POWER (RIOS), RSC3308, RSC4608,
> * POWER2 (RIOS2) & RSC2 (P2SC) here
> */
> /* PA Semi core */
>
- [Qemu-ppc] [RFC for-4.1 00/25] Many style fixes for target/ppc, David Gibson, 2019/03/21
- [Qemu-ppc] [RFC for-4.1 03/25] target/ppc: Style fixes for ppc-models.[ch], David Gibson, 2019/03/21
- Re: [Qemu-ppc] [RFC for-4.1 03/25] target/ppc: Style fixes for ppc-models.[ch],
Cédric Le Goater <=
- [Qemu-ppc] [RFC for-4.1 19/25] target/ppc: Style fixes for monitor.c, David Gibson, 2019/03/21
- [Qemu-ppc] [RFC for-4.1 09/25] target/ppc: Style fixes for gdbstub.c, David Gibson, 2019/03/21
- [Qemu-ppc] [RFC for-4.1 08/25] target/ppc: Style fixes for excp_helper.c, David Gibson, 2019/03/21
- [Qemu-ppc] [RFC for-4.1 11/25] target/ppc: Style fixes for kvm_ppc.h and kvm.c, David Gibson, 2019/03/21
- [Qemu-ppc] [RFC for-4.1 06/25] target/ppc: Style fixes for fpu_helper.c, David Gibson, 2019/03/21