]> git.proxmox.com Git - qemu.git/blobdiff - include/qemu/cpu.h
cpu: Move thread field into CPUState
[qemu.git] / include / qemu / cpu.h
index 5d52e1cd541fb5d2772d2a8795971790248eb12d..d20644bc795adf8f2ecc2998cb1f4465b9b95ec7 100644 (file)
@@ -62,6 +62,7 @@ struct CPUState {
     Object parent_obj;
     /*< public >*/
 
+    struct QemuThread *thread;
 #ifdef _WIN32
     HANDLE hThread;
 #endif