]> Git Repo - qemu.git/blobdiff - cpu-defs.h
xen: groundwork for xen support (Gerd Hoffmann)
[qemu.git] / cpu-defs.h
index aa46fc3bce1f20eb78f9de4df301205a36ffa164..7cbf85d1e176cd846f0b29169b69823f74c70af5 100644 (file)
@@ -203,8 +203,9 @@ typedef struct CPUWatchpoint {
     jmp_buf jmp_env;                                                    \
     int exception_index;                                                \
                                                                         \
-    void *next_cpu; /* next CPU sharing TB cache */                     \
+    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;                                                       \
This page took 0.022123 seconds and 4 git commands to generate.