summaryrefslogtreecommitdiff
path: root/cpu-defs.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-05-02 22:49:36 +0200
committerAndreas Färber <afaerber@suse.de>2012-10-31 01:02:44 +0100
commit61a4621784a808f5ad7d63f60e2c5e8b2488c213 (patch)
tree1dd2b7a47e786f253f29afb84433789b62c08e73 /cpu-defs.h
parent2ff09a40a8399a6f9807ebdb72423ec0a581c3b3 (diff)
downloadqemu-61a4621784a808f5ad7d63f60e2c5e8b2488c213.tar.gz
cpu: Move created field to CPUState
Change its type to bool. 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 a7965775b2..3b8bc20329 100644
--- a/cpu-defs.h
+++ b/cpu-defs.h
@@ -205,7 +205,6 @@ typedef struct CPUWatchpoint {
/* user data */ \
void *opaque; \
\
- uint32_t created; \
uint32_t stop; /* Stop request */ \
uint32_t stopped; /* Artificially stopped */ \
struct QemuCond *halt_cond; \