Revision 4fdeee7c cpu-defs.h

b/cpu-defs.h
205 205
    /* user data */                                                     \
206 206
    void *opaque;                                                       \
207 207
                                                                        \
208
    uint32_t stop;   /* Stop request */                                 \
209 208
    uint32_t stopped; /* Artificially stopped */                        \
210 209
    struct QemuCond *halt_cond;                                         \
211 210
    struct qemu_work_item *queued_work_first, *queued_work_last;        \

Also available in: Unified diff