]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
cpu: Move stop field to CPUState
[qemu.git] / cpu-defs.h
index 3b8bc203298510a7b5382383d7f1ea6a2ec0db0b..7a6378c5a1421a7b86cde6638305628ca56bead2 100644 (file)
@@ -205,7 +205,6 @@ typedef struct CPUWatchpoint {
     /* user data */                                                     \
     void *opaque;                                                       \
                                                                         \
-    uint32_t stop;   /* Stop request */                                 \
     uint32_t stopped; /* Artificially stopped */                        \
     struct QemuCond *halt_cond;                                         \
     struct qemu_work_item *queued_work_first, *queued_work_last;        \