[PATCH v3] cpu_map: Introduce Neoverse N1/N2/V1

2022-09-28 Thread Zhenyu Zhang
Add Neoverse N1/N2/V1 as a supported cpu model. Signed-off-by: Zhenyu Zhang v2: https://listman.redhat.com/archives/libvir-list/2022-September/234512.html v1: https://listman.redhat.com/archives/libvir-list/2022-September/234294.html Changelog = v3: * Remove the Ampere vendor from

Re: [PATCH v2] cpu_map: Introduce Neoverse N1/N2/V1

2022-09-27 Thread Zhenyu Zhang
for the CPUs to ARM. Thanks again for your review. On Tue, Sep 27, 2022 at 4:42 PM Martin Kletzander wrote: > > On Tue, Sep 27, 2022 at 10:31:15AM +0800, Zhenyu Zhang wrote: > >Hello Martin, > > > >Yes, I'm sending this patch because I'm having the following problem > >on a

Re: [PATCH v2] cpu_map: Introduce Neoverse N1/N2/V1

2022-09-26 Thread Zhenyu Zhang
:) Zhenyu On Mon, Sep 26, 2022 at 8:19 PM Martin Kletzander wrote: > > On Mon, Sep 26, 2022 at 02:28:51AM -0400, Zhenyu Zhang wrote: > >Add Neoverse N1/N2/V1 as a supported cpu model. > > > > Sorry for misleading you earlier. Looking at it now it seems that > all the

[PATCH v2] cpu_map: Introduce Neoverse N1/N2/V1

2022-09-26 Thread Zhenyu Zhang
Add Neoverse N1/N2/V1 as a supported cpu model. Signed-off-by: Zhenyu Zhang v1: https://listman.redhat.com/archives/libvir-list/2022-September/234294.html Changelog = v2: * Introduce Neoverse N1/N2/V1 (Martin) * Corrected ampere vendor value

[PATCH v2] cpu_map: Introduce Neoverse N1/N2/V1

2022-09-25 Thread Zhenyu Zhang
Add Neoverse N1/N2/V1 as a supported cpu model. Signed-off-by: Zhenyu Zhang v1: https://listman.redhat.com/archives/libvir-list/2022-September/234294.html Changelog = v2: * Introduce Neoverse N1/N2/V1 (Martin) * Corrected ampere vendor value

Re: [PATCH] cpu_map: Introduce Neoverse-N1

2022-09-25 Thread Zhenyu Zhang
Oh Sorry I misunderstood, you are right. After checking Ampere is "0xc0" I will correct it in v2. https://llvm.org/doxygen/Host_8cpp_source.html Thanks again. On Fri, Sep 23, 2022 at 9:17 PM Martin Kletzander wrote: > > On Fri, Sep 23, 2022 at 06:35:52PM +0800, Zh

Re: [PATCH] cpu_map: Introduce Neoverse-N1

2022-09-23 Thread Zhenyu Zhang
n Tue, Sep 20, 2022 at 8:38 PM Martin Kletzander wrote: > > On Tue, Sep 13, 2022 at 10:10:02PM -0400, Zhenyu Zhang wrote: > >Add Neoverse-N1 as a supported cpu model. > > > > I would like to review this patch, but I could not find the vendor ID in > any official documen

[PATCH] cpu_map: Introduce Neoverse-N1

2022-09-14 Thread Zhenyu Zhang
Add Neoverse-N1 as a supported cpu model. Signed-off-by: Zhang Zhenyu --- src/cpu_map/arm_neoverse-n1.xml | 6 ++ src/cpu_map/arm_vendors.xml | 1 + src/cpu_map/index.xml | 3 +++ src/cpu_map/meson.build | 1 + 4 files changed, 11 insertions(+) create mode 100644

[PATCH] cpu_map: Introduce Neoverse-N1

2022-09-14 Thread Zhenyu Zhang
From: root Add Neoverse-N1 as a supported cpu model. Signed-off-by: root --- src/cpu_map/arm_neoverse-n1.xml | 6 ++ src/cpu_map/arm_vendors.xml | 1 + src/cpu_map/index.xml | 3 +++ src/cpu_map/meson.build | 1 + 4 files changed, 11 insertions(+) create mode 100644

[PATCH] cpu_map: Introduce Neoverse-N1

2022-09-14 Thread Zhenyu Zhang
From: root Add Neoverse-N1 as a supported cpu model. Signed-off-by: root --- src/cpu_map/arm_neoverse-n1.xml | 6 ++ src/cpu_map/arm_vendors.xml | 1 + src/cpu_map/index.xml | 3 +++ src/cpu_map/meson.build | 1 + 4 files changed, 11 insertions(+) create mode 100644