]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/i386/cpu.h
target/i386: Add CPUID.1F generation support for multi-dies PCMachine
[mirror_qemu.git] / target / i386 / cpu.h
index 85319f4ae164ef25557bd71191aeb400149cbb5a..0a96c7866983c64d3ba3b033810927cbfb3489f5 100644 (file)
@@ -736,6 +736,7 @@ typedef uint32_t FeatureWordArray[FEATURE_WORDS];
 #define CPUID_TOPOLOGY_LEVEL_INVALID  (0U << 8)
 #define CPUID_TOPOLOGY_LEVEL_SMT      (1U << 8)
 #define CPUID_TOPOLOGY_LEVEL_CORE     (2U << 8)
+#define CPUID_TOPOLOGY_LEVEL_DIE      (5U << 8)
 
 /* MSR Feature Bits */
 #define MSR_ARCH_CAP_RDCL_NO    (1U << 0)