]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
serial: make optional
[qemu.git] / cpu-defs.h
index 8d4bf86c531f9ef7bd5f2a11950a1a7ea1c305f3..db809ed465d5edd0bf8f89c753bbe5e6cce4d376 100644 (file)
@@ -205,6 +205,7 @@ typedef struct CPUWatchpoint {
     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;                                         \