cpu: Move thread field into CPUState

Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
Andreas Färber 2012-05-02 17:00:37 +02:00
parent bcba2a72ed
commit 814e612eaf
3 changed files with 24 additions and 18 deletions

View file

@ -62,6 +62,7 @@ struct CPUState {
Object parent_obj;
/*< public >*/
struct QemuThread *thread;
#ifdef _WIN32
HANDLE hThread;
#endif