]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
qemu-char: Print strerror message on failure
[qemu.git] / cpu-defs.h
index 2b59fa6fb09a105847f4fe8ea7dc065f5edc7321..db48a7afefd3df176dec461e7d6cb8f43d8bad03 100644 (file)
@@ -203,6 +203,7 @@ typedef struct CPUWatchpoint {
     int nr_cores;  /* number of cores within this CPU package */        \
     int nr_threads;/* number of threads within this CPU */              \
     int running; /* Nonzero if cpu is currently running(usermode).  */  \
+    int thread_id;                                                      \
     /* user data */                                                     \
     void *opaque;                                                       \
                                                                         \