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

2020-04-17 Thread Zhenyu Zheng
ping for reviews On Fri, Apr 10, 2020 at 3:58 PM Zhenyu Zheng 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 | 171

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

2020-04-10 Thread Zhenyu Zheng
> > > 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 | 171 +- > 1 file changed, 170 insertions(+), 1 deletion(-) > >

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

2020-04-09 Thread Zhenyu Zheng
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 | 170 +- 1 file changed, 168 insertions(+), 2 deletions(-) diff --git

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

2020-04-09 Thread Daniel P . Berrangé
On Thu, Apr 02, 2020 at 05:03:57PM +0800, Zhenyu Zheng 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 | 176 +-

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

2020-04-02 Thread Zhenyu Zheng
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 | 176 +- 1 file changed, 174 insertions(+), 2 deletions(-) diff --git