[PATCH V2 3/5] cpu: Introduce ARM related structs

2020-04-09 Thread Zhenyu Zheng
Introduce vendor and model struct and related cleanup functions for ARM cpu. Signed-off-by: Zhenyu Zheng --- src/cpu/cpu_arm.c | 75 +++ 1 file changed, 75 insertions(+) diff --git a/src/cpu/cpu_arm.c b/src/cpu/cpu_arm.c index ee5802198f..d8f571cae3

Re: [PATCH V2 3/5] cpu: Introduce ARM related structs

2020-04-09 Thread Zhenyu Zheng
Introduce vendor and model struct and related cleanup functions for ARM cpu. Signed-off-by: Zhenyu Zheng --- src/cpu/cpu_arm.c | 75 +++ 1 file changed, 75 insertions(+) diff --git a/src/cpu/cpu_arm.c b/src/cpu/cpu_arm.c index ee5802198f..d8f571cae3

[PATCH V2 3/5] cpu: Introduce ARM related structs

2020-04-09 Thread Zhenyu Zheng
Introduce vendor and model struct and related cleanup functions for ARM cpu. Signed-off-by: Zhenyu Zheng --- src/cpu/cpu_arm.c | 75 +++ 1 file changed, 75 insertions(+) diff --git a/src/cpu/cpu_arm.c b/src/cpu/cpu_arm.c index ee5802198f..d8f571cae3

Re: [PATCH V2 3/5] cpu: Introduce ARM related structs

2020-04-09 Thread Daniel P . Berrangé
On Thu, Apr 02, 2020 at 05:03:55PM +0800, Zhenyu Zheng wrote: > Introduce vendor and model struct and related > cleanup functions for ARM cpu. > > Signed-off-by: Zhenyu Zheng > --- > src/cpu/cpu_arm.c | 75 +++ > 1 file changed, 75 insertions(+) > >

[PATCH V2 3/5] cpu: Introduce ARM related structs

2020-04-02 Thread Zhenyu Zheng
Introduce vendor and model struct and related cleanup functions for ARM cpu. Signed-off-by: Zhenyu Zheng --- src/cpu/cpu_arm.c | 75 +++ 1 file changed, 75 insertions(+) diff --git a/src/cpu/cpu_arm.c b/src/cpu/cpu_arm.c index ee5802198f..c757c24a37