[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] target/arm: Add Kunpeng-920
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH] target/arm: Add Kunpeng-920 |
|
Date: |
Thu, 9 Apr 2020 14:45:51 +0100 |
On Thu, 9 Apr 2020 at 14:17, KevinZ <address@hidden> wrote:
>
> HiSilicon Kunpeng-920 CPU is one of the commonly used
> data center CPUs, this patch adds it to target.
>
> Signed-off-by: Zhenyu Zheng <address@hidden>
Could you explain what this provides that you couldn't
get with either -cpu cortex-a72 or -cpu host ?
Also, is there a reference manual/datasheet for
this CPU to check whether we're implementing the
right set of features and ID register values?
thanks
-- PMM