]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/qom/cpu.h
qom/cpu: remove host_tid field
[mirror_qemu.git] / include / qom / cpu.h
index 7bfd50cc323c6d02b00271af4b5690b963a9f99e..d3c783b4b5f592fc996c82f776836aaaa576a988 100644 (file)
@@ -265,7 +265,6 @@ struct qemu_work_item;
  * @cpu_index: CPU index (informative).
  * @nr_cores: Number of cores within this CPU package.
  * @nr_threads: Number of threads within this CPU.
- * @host_tid: Host thread ID.
  * @running: #true if CPU is currently running (lockless).
  * @has_waiter: #true if a CPU is currently waiting for the cpu_exec_end;
  * valid under cpu_list_lock.
@@ -319,7 +318,6 @@ struct CPUState {
     HANDLE hThread;
 #endif
     int thread_id;
-    uint32_t host_tid;
     bool running, has_waiter;
     struct QemuCond *halt_cond;
     bool thread_kicked;