diff options
author | Jack Lloyd <[email protected]> | 2018-12-03 21:57:52 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-03 21:57:52 -0500 |
commit | ecabbbd96c373d1cb2143f5bfddf6745a75f40e0 (patch) | |
tree | c4e035386c132eb6fe7b80fb296ce053bfd1fb39 /src/lib/utils/cpuid | |
parent | 5ed5c39bb0d027306f5496540a3e854985d3b025 (diff) |
Add PVR identifer for POWER9
According to qemu-ppc64le -cpu help output
Diffstat (limited to 'src/lib/utils/cpuid')
-rw-r--r-- | src/lib/utils/cpuid/cpuid_ppc.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/utils/cpuid/cpuid_ppc.cpp b/src/lib/utils/cpuid/cpuid_ppc.cpp index 43b684785..80a6241df 100644 --- a/src/lib/utils/cpuid/cpuid_ppc.cpp +++ b/src/lib/utils/cpuid/cpuid_ppc.cpp @@ -98,8 +98,10 @@ uint64_t CPUID::detect_cpu_features(size_t* cache_line_size) 0x003E, // IBM POWER6 0x003F, // IBM POWER7 0x004A, // IBM POWER7p - 0x004D, // IBM POWER8 0x004B, // IBM POWER8E + 0x004C, // IBM POWER8 NVL + 0x004D, // IBM POWER8 + 0x004E, // IBM POWER9 0x000C, // G4-7400 0x0039, // G5 970 0x003C, // G5 970FX |