/[qemu]/qemu/cpu-defs.h
ViewVC logotype

Diff of /qemu/cpu-defs.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by bellard, Sun Nov 20 10:29:33 2005 UTC revision 1.13 by bellard, Mon Nov 21 23:25:50 2005 UTC
# Line 96  typedef struct CPUTLBEntry { Line 96  typedef struct CPUTLBEntry {
96    
97  #define CPU_COMMON                                                      \  #define CPU_COMMON                                                      \
98      struct TranslationBlock *current_tb; /* currently executing TB  */  \      struct TranslationBlock *current_tb; /* currently executing TB  */  \
99        int cpu_halted; /* TRUE if cpu is halted (sleep mode) */            \
100      /* soft mmu support */                                              \      /* soft mmu support */                                              \
101      /* in order to avoid passing too many arguments to the memory       \      /* in order to avoid passing too many arguments to the memory       \
102         write helpers, we store some rarely used information in the CPU  \         write helpers, we store some rarely used information in the CPU  \
# Line 115  typedef struct CPUTLBEntry { Line 116  typedef struct CPUTLBEntry {
116      int nb_breakpoints;                                                 \      int nb_breakpoints;                                                 \
117      int singlestep_enabled;                                             \      int singlestep_enabled;                                             \
118                                                                          \                                                                          \
119        void *next_cpu; /* next CPU sharing TB cache */                     \
120        int cpu_index; /* CPU index (informative) */                        \
121      /* user data */                                                     \      /* user data */                                                     \
122      void *opaque;      void *opaque;
123    
   
   
124  #endif  #endif

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26