]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/i386/cpu.h
i386: Add die-level cpu topology to x86CPU on PCMachine
[mirror_qemu.git] / target / i386 / cpu.h
index 93345792f4cbf728802669c2344f20734107d3fc..14c19e61b1019a6ac173ca7de7273c1f8dc6b3f3 100644 (file)
@@ -1385,6 +1385,8 @@ typedef struct CPUX86State {
     uint64_t xss;
 
     TPRAccess tpr_access_type;
+
+    unsigned nr_dies;
 } CPUX86State;
 
 struct kvm_msrs;