diff options
author | Andreas Färber <afaerber@suse.de> | 2012-05-02 17:49:49 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-08-02 18:12:17 +0200 |
commit | 216fc9a44b939eecc9594f6a07fdbebdf717659e (patch) | |
tree | 3421f87a45f813a525c004e16c8f2404e74a27c8 /cpu-defs.h | |
parent | 814e612eaf1bfb93ee76097ec81e6d6a8855961b (diff) |
cpu: Move thread_kicked to CPUState
Change field type to bool.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'cpu-defs.h')
-rw-r--r-- | cpu-defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-defs.h b/cpu-defs.h index be89684444..4018b88a1a 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -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; \ |