qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [RFC PATCH 01/17] powerpc/cpu-models: rename ISAv3.00 log


From: David Gibson
Subject: Re: [Qemu-ppc] [RFC PATCH 01/17] powerpc/cpu-models: rename ISAv3.00 logical PVR definition
Date: Mon, 16 Jan 2017 13:16:03 +1100
User-agent: Mutt/1.7.1 (2016-10-04)

On Fri, Jan 13, 2017 at 05:28:07PM +1100, Suraj Jitindar Singh wrote:
> This logical PVR value now corresponds to ISA version 3.00 so rename it
> accordingly.
> 
> Signed-off-by: Suraj Jitindar Singh <address@hidden>

This one stands on its own, so I've applied it to ppc-for-2.9 already.

> ---
>  target/ppc/cpu-models.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/ppc/cpu-models.h b/target/ppc/cpu-models.h
> index aafbbd7..d587e69 100644
> --- a/target/ppc/cpu-models.h
> +++ b/target/ppc/cpu-models.h
> @@ -601,7 +601,7 @@ enum {
>      CPU_POWERPC_LOGICAL_2_06       = 0x0F000003,
>      CPU_POWERPC_LOGICAL_2_06_PLUS  = 0x0F100003,
>      CPU_POWERPC_LOGICAL_2_07       = 0x0F000004,
> -    CPU_POWERPC_LOGICAL_2_08       = 0x0F000005,
> +    CPU_POWERPC_LOGICAL_3_00       = 0x0F000005,
>  };
>  
>  /* System version register (used on MPC 8xxx)                                
> */

-- 
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: signature.asc
Description: PGP signature


reply via email to

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