]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
fix segfault in msix_save
[qemu.git] / cpu-defs.h
index 0d0eaa1c5e7bfe217b63979698391d4b9d08fbec..fda3044bcd0b4885b0666e40654fa92c6f5d022b 100644 (file)
@@ -184,6 +184,7 @@ typedef struct CPUWatchpoint {
                                                                         \
     CPUState *next_cpu; /* next CPU sharing TB cache */                 \
     int cpu_index; /* CPU index (informative) */                        \
+    uint32_t host_tid; /* host thread ID */                             \
     int numa_node; /* NUMA node this cpu is belonging to  */            \
     int running; /* Nonzero if cpu is currently running(usermode).  */  \
     /* user data */                                                     \