]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/i386/cpu.c
numa: move numa_node from CPUState into target specific classes
[mirror_qemu.git] / target / i386 / cpu.c
index a41d595c23a0412fc5ea879fe747f2a69e229b3e..ffb526716227fe90abc5d9ae385051a599556445 100644 (file)
@@ -3986,7 +3986,7 @@ static Property x86_cpu_properties[] = {
     DEFINE_PROP_INT32("core-id", X86CPU, core_id, -1),
     DEFINE_PROP_INT32("socket-id", X86CPU, socket_id, -1),
 #endif
-    DEFINE_PROP_INT32("node-id", CPUState, numa_node, CPU_UNSET_NUMA_NODE_ID),
+    DEFINE_PROP_INT32("node-id", X86CPU, node_id, CPU_UNSET_NUMA_NODE_ID),
     DEFINE_PROP_BOOL("pmu", X86CPU, enable_pmu, false),
     { .name  = "hv-spinlocks", .info  = &qdev_prop_spinlocks },
     DEFINE_PROP_BOOL("hv-relaxed", X86CPU, hyperv_relaxed_timing, false),