mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
cpu: Move thread_kicked to CPUState
Change field type to bool. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
814e612eaf
commit
216fc9a44b
3 changed files with 10 additions and 6 deletions
|
@ -209,7 +209,6 @@ typedef struct CPUWatchpoint {
|
|||
uint32_t stop; /* Stop request */ \
|
||||
uint32_t stopped; /* Artificially stopped */ \
|
||||
struct QemuCond *halt_cond; \
|
||||
int thread_kicked; \
|
||||
struct qemu_work_item *queued_work_first, *queued_work_last; \
|
||||
const char *cpu_model_str; \
|
||||
struct KVMState *kvm_state; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue