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

Diff of /qemu/cpu-all.h

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

revision 1.4 by bellard, Fri Jun 27 18:52:23 2003 UTC revision 1.5 by bellard, Mon Jun 30 13:12:32 2003 UTC
# Line 309  void page_unprotect_range(uint8_t *data, Line 309  void page_unprotect_range(uint8_t *data,
309  void cpu_abort(CPUState *env, const char *fmt, ...);  void cpu_abort(CPUState *env, const char *fmt, ...);
310  extern CPUState *cpu_single_env;  extern CPUState *cpu_single_env;
311    
312    #define CPU_INTERRUPT_EXIT 0x01 /* wants exit from main loop */
313    #define CPU_INTERRUPT_HARD 0x02 /* hardware interrupt pending */
314    void cpu_interrupt(CPUX86State *s, int mask);
315    
316  /* gdb stub API */  /* gdb stub API */
317  extern int gdbstub_fd;  extern int gdbstub_fd;
318  CPUState *cpu_gdbstub_get_env(void *opaque);  CPUState *cpu_gdbstub_get_env(void *opaque);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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