summaryrefslogtreecommitdiff
path: root/cpu-defs.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-05-03 01:22:49 +0200
committerAndreas Färber <afaerber@suse.de>2012-10-31 01:02:44 +0100
commitf5c121b85832f69fde5ad8939274e04ad21c1bd6 (patch)
tree8ea713f92cb454577050b20dcbf7ad295987956a /cpu-defs.h
parenta1fcaa73b1be5d8f0c6682d0f8d268f6e3194ead (diff)
downloadqemu-f5c121b85832f69fde5ad8939274e04ad21c1bd6.tar.gz
cpu: Move halt_cond to 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 83bf1089a6..76c76f6c62 100644
--- a/cpu-defs.h
+++ b/cpu-defs.h
@@ -205,7 +205,6 @@ typedef struct CPUWatchpoint {
/* user data */ \
void *opaque; \
\
- struct QemuCond *halt_cond; \
struct qemu_work_item *queued_work_first, *queued_work_last; \
const char *cpu_model_str; \
struct KVMState *kvm_state; \