Re: [PATCH V4 1/5] cpu: Introduce virCPUarmData to virCPUData

2020-04-29 Thread Zhenyu Zheng
pipeline test result for this patch: https://gitlab.com/ZhengZhenyu/libvirt/pipelines/140885336 On Wed, Apr 29, 2020 at 3:57 PM Zhenyu Zheng wrote: > Introduce virCPUarmData to virCPUData > > Signed-off-by: Zhenyu Zheng > --- > src/cpu/Makefile.inc.am | 1 + > src/cpu/cpu.h | 2 ++

[PATCH V4 1/5] cpu: Introduce virCPUarmData to virCPUData

2020-04-29 Thread Zhenyu Zheng
Introduce virCPUarmData to virCPUData Signed-off-by: Zhenyu Zheng --- src/cpu/Makefile.inc.am | 1 + src/cpu/cpu.h | 2 ++ src/cpu/cpu_arm_data.h | 31 +++ 3 files changed, 34 insertions(+) create mode 100644 src/cpu/cpu_arm_data.h diff --git a/src/cpu/

[PATCH V4 1/5] cpu: Introduce virCPUarmData to virCPUData

2020-04-29 Thread Zhenyu Zheng
Introduce virCPUarmData to virCPUData Signed-off-by: Zhenyu Zheng --- src/cpu/Makefile.inc.am | 1 + src/cpu/cpu.h | 2 ++ src/cpu/cpu_arm_data.h | 31 +++ 3 files changed, 34 insertions(+) create mode 100644 src/cpu/cpu_arm_data.h diff --git a/src/cpu/