]> git.proxmox.com Git - qemu.git/blobdiff - include/qemu/cpu.h
cpu: Move halt_cond to CPUState
[qemu.git] / include / qemu / cpu.h
index 4e6203246364c0e34180983a853c5f490c0b16ae..75e0f8dc68064d2d94d0a329ca96d19c92c9fcd8 100644 (file)
@@ -69,6 +69,7 @@ struct CPUState {
 #ifdef _WIN32
     HANDLE hThread;
 #endif
+    struct QemuCond *halt_cond;
     bool thread_kicked;
     bool created;
     bool stop;