Revision 7ba1e619 cpu-defs.h

b/cpu-defs.h
142 142
} icount_decr_u16;
143 143
#endif
144 144

  
145
struct kvm_run;
146
struct KVMState;
147

  
145 148
#define CPU_TEMP_BUF_NLONGS 128
146 149
#define CPU_COMMON                                                      \
147 150
    struct TranslationBlock *current_tb; /* currently executing TB  */  \
......
199 202
    /* user data */                                                     \
200 203
    void *opaque;                                                       \
201 204
                                                                        \
202
    const char *cpu_model_str;
205
    const char *cpu_model_str;                                          \
206
    struct KVMState *kvm_state;                                         \
207
    struct kvm_run *kvm_run;                                            \
208
    int kvm_fd;
203 209

  
204 210
#endif

Also available in: Unified diff