summary refs log tree commit diff stats
path: root/cpu-defs.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-05-02 23:10:09 +0200
committerAndreas Färber <afaerber@suse.de>2012-10-31 01:02:44 +0100
commit4fdeee7cd4c8f90ef765537b9346a195d9483ab5 (patch)
treeb8d4481845d7177097111d9d3ff69e4b495bf3d9 /cpu-defs.h
parent61a4621784a808f5ad7d63f60e2c5e8b2488c213 (diff)
downloadfocaccia-qemu-4fdeee7cd4c8f90ef765537b9346a195d9483ab5.tar.gz
focaccia-qemu-4fdeee7cd4c8f90ef765537b9346a195d9483ab5.zip
cpu: Move stop 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 3b8bc20329..7a6378c5a1 100644
--- a/cpu-defs.h
+++ b/cpu-defs.h
@@ -205,7 +205,6 @@ typedef struct CPUWatchpoint {
     /* user data */                                                     \
     void *opaque;                                                       \
                                                                         \
-    uint32_t stop;   /* Stop request */                                 \
     uint32_t stopped; /* Artificially stopped */                        \
     struct QemuCond *halt_cond;                                         \
     struct qemu_work_item *queued_work_first, *queued_work_last;        \