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

2020-04-29 Thread Zhenyu Zheng
pipeline test result for this patch: https://gitlab.com/ZhengZhenyu/libvirt/pipelines/140916109 On Wed, Apr 29, 2020 at 3:54 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

[PATCH V4 3/5] cpu: Add helper funtions to parse vendor and model

2020-04-29 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(-) diff --git a/src/cpu/cpu_a