qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] target-arm: Add missing compatible property to


From: Alistair Francis
Subject: Re: [Qemu-devel] [PATCH] target-arm: Add missing compatible property to A53
Date: Mon, 16 Feb 2015 10:30:57 +1000

On Mon, Feb 16, 2015 at 12:17 AM, Ryota Ozaki <address@hidden> wrote:
> Signed-off-by: Ryota Ozaki <address@hidden>

The title of your patch is incorrect, you specified A53 when you really mean A57

> ---
>  target-arm/cpu64.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/target-arm/cpu64.c b/target-arm/cpu64.c
> index 823c739..270bc2f 100644
> --- a/target-arm/cpu64.c
> +++ b/target-arm/cpu64.c
> @@ -96,6 +96,7 @@ static void aarch64_a57_initfn(Object *obj)
>  {
>      ARMCPU *cpu = ARM_CPU(obj);
>
> +    cpu->dtb_compatible = "arm,cortex-a57";

What happens without this?

Once the title is fixed:

Reviewed-by: Alistair Francis <address@hidden>

>      set_feature(&cpu->env, ARM_FEATURE_V8);
>      set_feature(&cpu->env, ARM_FEATURE_VFP4);
>      set_feature(&cpu->env, ARM_FEATURE_NEON);
> --
> 2.3.0
>
>



reply via email to

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