aboutsummaryrefslogtreecommitdiff
path: root/cpu-defs.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-05-02 17:00:37 +0200
committerAndreas Färber <afaerber@suse.de>2012-08-02 18:12:16 +0200
commit814e612eaf1bfb93ee76097ec81e6d6a8855961b (patch)
tree819773c305bac6914e738b12b1257264e5df3acc /cpu-defs.h
parentbcba2a72ed0e0620438929942cb486ad3d08d168 (diff)
cpu: Move thread field into CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'cpu-defs.h')
-rw-r--r--cpu-defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-defs.h b/cpu-defs.h
index d0dd781046..be89684444 100644
--- a/cpu-defs.h
+++ b/cpu-defs.h
@@ -208,7 +208,6 @@ typedef struct CPUWatchpoint {
uint32_t created; \
uint32_t stop; /* Stop request */ \
uint32_t stopped; /* Artificially stopped */ \
- struct QemuThread *thread; \
struct QemuCond *halt_cond; \
int thread_kicked; \
struct qemu_work_item *queued_work_first, *queued_work_last; \