mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
cpu: Move queued_work_{first,last} to CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
c08d7424d6
commit
c64ca8140e
3 changed files with 11 additions and 10 deletions
|
@ -70,6 +70,7 @@ struct CPUState {
|
|||
HANDLE hThread;
|
||||
#endif
|
||||
struct QemuCond *halt_cond;
|
||||
struct qemu_work_item *queued_work_first, *queued_work_last;
|
||||
bool thread_kicked;
|
||||
bool created;
|
||||
bool stop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue