]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
cpu: Move thread field into CPUState
[qemu.git] / cpu-defs.h
index d0dd781046a5a7477fe17476fb3db4b16b7b5f9f..be8968444491b92d278e11f5375cde11493449a5 100644 (file)
@@ -208,7 +208,6 @@ typedef struct CPUWatchpoint {
     uint32_t created;                                                   \
     uint32_t stop;   /* Stop request */                                 \
     uint32_t stopped; /* Artificially stopped */                        \
-    struct QemuThread *thread;                                          \
     struct QemuCond *halt_cond;                                         \
     int thread_kicked;                                                  \
     struct qemu_work_item *queued_work_first, *queued_work_last;        \