]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cpu-defs.h
block: move include files to include/block/
[mirror_qemu.git] / cpu-defs.h
index 7a6378c5a1421a7b86cde6638305628ca56bead2..3669241fafb956987046f633ae4d29a588cde47b 100644 (file)
@@ -201,13 +201,9 @@ 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;                                                       \
                                                                         \
-    uint32_t stopped; /* Artificially stopped */                        \
-    struct QemuCond *halt_cond;                                         \
-    struct qemu_work_item *queued_work_first, *queued_work_last;        \
     const char *cpu_model_str;                                          \
     struct KVMState *kvm_state;                                         \
     struct kvm_run *kvm_run;                                            \