Re: [PATCH V3 4/5] cpu: Add helper funtions to parse vendor and model

2020-05-12 Thread Jiri Denemark
On Wed, Apr 22, 2020 at 15:11:22 +0800, ZhengZhenyu wrote: > Add helper functions to parse vendor and model from > xml for ARM arch, and use them as callbacks when > load cpu maps. > > Signed-off-by: Zhenyu Zheng > --- > src/cpu/cpu_arm.c | 173 +- >

Re: [PATCH V3 4/5] cpu: Add helper funtions to parse vendor and model

2020-04-27 Thread Zhenyu Zheng
ping for reviews On Wed, Apr 22, 2020 at 3:12 PM ZhengZhenyu wrote: > Add helper functions to parse vendor and model from > xml for ARM arch, and use them as callbacks when > load cpu maps. > > Signed-off-by: Zhenyu Zheng > --- > src/cpu/cpu_arm.c | 173

[PATCH V3 4/5] cpu: Add helper funtions to parse vendor and model

2020-04-22 Thread ZhengZhenyu
Add helper functions to parse vendor and model from xml for ARM arch, and use them as callbacks when load cpu maps. Signed-off-by: Zhenyu Zheng --- src/cpu/cpu_arm.c | 173 +- 1 file changed, 170 insertions(+), 3 deletions(-) diff --git