]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
openpic: Accelerate pending irq search
[qemu.git] / cpu-defs.h
index 83bf1089a62a8797891890c9c79a5bad51623182..3669241fafb956987046f633ae4d29a588cde47b 100644 (file)
@@ -201,12 +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;                                                       \
                                                                         \
-    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;                                            \