]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
hw/ds1338: Remove 'now' field from state struct
[qemu.git] / cpu-defs.h
index d0dd781046a5a7477fe17476fb3db4b16b7b5f9f..4018b88a1ad5af67260a69fc2e7ea1583f2ca249 100644 (file)
@@ -208,9 +208,7 @@ 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;        \
     const char *cpu_model_str;                                          \
     struct KVMState *kvm_state;                                         \