mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
cpu: Move stop field to CPUState
Change its type to bool. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
61a4621784
commit
4fdeee7cd4
3 changed files with 20 additions and 10 deletions
|
@ -205,7 +205,6 @@ typedef struct CPUWatchpoint {
|
|||
/* user data */ \
|
||||
void *opaque; \
|
||||
\
|
||||
uint32_t stop; /* Stop request */ \
|
||||
uint32_t stopped; /* Artificially stopped */ \
|
||||
struct QemuCond *halt_cond; \
|
||||
struct qemu_work_item *queued_work_first, *queued_work_last; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue