mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
cpu: Move thread_id to CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
f100f0b38f
commit
9f09e18a6d
4 changed files with 11 additions and 7 deletions
|
@ -69,6 +69,7 @@ struct CPUState {
|
|||
#ifdef _WIN32
|
||||
HANDLE hThread;
|
||||
#endif
|
||||
int thread_id;
|
||||
struct QemuCond *halt_cond;
|
||||
struct qemu_work_item *queued_work_first, *queued_work_last;
|
||||
bool thread_kicked;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue