]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
cpu: Move created field to CPUState
[qemu.git] / cpu-defs.h
index a7965775b2d0d699283ed995c2bb5beb11da589d..3b8bc203298510a7b5382383d7f1ea6a2ec0db0b 100644 (file)
@@ -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;                                         \