]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/i386/cpu.h
numa: move numa_node from CPUState into target specific classes
[mirror_qemu.git] / target / i386 / cpu.h
index c4602ca80ddeb2154044c9222af2b85bbc629003..cfe825f0a45290def5c277cf37622fa52b1a6842 100644 (file)
@@ -1275,6 +1275,7 @@ struct X86CPU {
 
     struct kvm_msrs *kvm_msr_buf;
 
+    int32_t node_id; /* NUMA node this CPU belongs to */
     int32_t socket_id;
     int32_t core_id;
     int32_t thread_id;