]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cpu-defs.h
added -numa cmdline parameter parser (Andre Przywara)
[mirror_qemu.git] / cpu-defs.h
index b462a9fa0c1f5ef72dd1e441d2f30968e0b62e50..7cbf85d1e176cd846f0b29169b69823f74c70af5 100644 (file)
@@ -205,6 +205,7 @@ typedef struct CPUWatchpoint {
                                                                         \
     CPUState *next_cpu; /* next CPU sharing TB cache */                 \
     int cpu_index; /* CPU index (informative) */                        \
+    int numa_node; /* NUMA node this cpu is belonging to  */            \
     int running; /* Nonzero if cpu is currently running(usermode).  */  \
     /* user data */                                                     \
     void *opaque;                                                       \