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

Diff of /qemu/cpu-i386.h

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

revision 1.34 by bellard, Wed Jun 25 16:16:31 2003 UTC revision 1.35 by bellard, Mon Jun 30 13:12:32 2003 UTC
# Line 254  typedef struct CPUX86State { Line 254  typedef struct CPUX86State {
254      struct TranslationBlock *current_tb; /* currently executing TB */      struct TranslationBlock *current_tb; /* currently executing TB */
255      uint32_t cr[5]; /* NOTE: cr1 is unused */      uint32_t cr[5]; /* NOTE: cr1 is unused */
256      uint32_t dr[8]; /* debug registers */      uint32_t dr[8]; /* debug registers */
257      int interrupt_request; /* if true, will exit from cpu_exec() ASAP */      int interrupt_request;
     /* if true, will call cpu_x86_get_pic_interrupt() ASAP to get the  
        request interrupt number */  
     int hard_interrupt_request;  
258      int user_mode_only; /* user mode only simulation */      int user_mode_only; /* user mode only simulation */
259            
260      /* user data */      /* user data */
# Line 275  int cpu_x86_inl(CPUX86State *env, int ad Line 272  int cpu_x86_inl(CPUX86State *env, int ad
272    
273  CPUX86State *cpu_x86_init(void);  CPUX86State *cpu_x86_init(void);
274  int cpu_x86_exec(CPUX86State *s);  int cpu_x86_exec(CPUX86State *s);
 void cpu_x86_interrupt(CPUX86State *s);  
275  void cpu_x86_close(CPUX86State *s);  void cpu_x86_close(CPUX86State *s);
276  int cpu_x86_get_pic_interrupt(CPUX86State *s);  int cpu_x86_get_pic_interrupt(CPUX86State *s);
277    

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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