diff options
author | Andreas Färber <afaerber@suse.de> | 2012-05-02 23:10:09 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-10-31 01:02:44 +0100 |
commit | 4fdeee7cd4c8f90ef765537b9346a195d9483ab5 (patch) | |
tree | b8d4481845d7177097111d9d3ff69e4b495bf3d9 /cpu-defs.h | |
parent | 61a4621784a808f5ad7d63f60e2c5e8b2488c213 (diff) |
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.h | 1 |
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; \ |