mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
cpu: Move thread field into CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
bcba2a72ed
commit
814e612eaf
3 changed files with 24 additions and 18 deletions
|
@ -62,6 +62,7 @@ struct CPUState {
|
|||
Object parent_obj;
|
||||
/*< public >*/
|
||||
|
||||
struct QemuThread *thread;
|
||||
#ifdef _WIN32
|
||||
HANDLE hThread;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue