mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13: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
|
@ -201,7 +201,6 @@ typedef struct CPUWatchpoint {
|
|||
int nr_cores; /* number of cores within this CPU package */ \
|
||||
int nr_threads;/* number of threads within this CPU */ \
|
||||
int running; /* Nonzero if cpu is currently running(usermode). */ \
|
||||
int thread_id; \
|
||||
/* user data */ \
|
||||
void *opaque; \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue