/[qemu]/qemu/vl.h
ViewVC logotype

Diff of /qemu/vl.h

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

revision 1.76 by bellard, Sat Jul 2 14:31:34 2005 UTC revision 1.77 by bellard, Sat Jul 2 14:56:31 2005 UTC
# Line 138  extern int win2k_install_hack; Line 138  extern int win2k_install_hack;
138  /* XXX: make it dynamic */  /* XXX: make it dynamic */
139  #if defined (TARGET_PPC)  #if defined (TARGET_PPC)
140  #define BIOS_SIZE (512 * 1024)  #define BIOS_SIZE (512 * 1024)
141    #elif defined(TARGET_MIPS)
142    #define BIOS_SIZE (128 * 1024)
143  #else  #else
144  #define BIOS_SIZE ((256 + 64) * 1024)  #define BIOS_SIZE ((256 + 64) * 1024)
145  #endif  #endif
# Line 715  extern QEMUMachine prep_machine; Line 717  extern QEMUMachine prep_machine;
717  extern QEMUMachine core99_machine;  extern QEMUMachine core99_machine;
718  extern QEMUMachine heathrow_machine;  extern QEMUMachine heathrow_machine;
719    
720    /* mips_r4k.c */
721    extern QEMUMachine mips_machine;
722    
723  #ifdef TARGET_PPC  #ifdef TARGET_PPC
724  ppc_tb_t *cpu_ppc_tb_init (CPUState *env, uint32_t freq);  ppc_tb_t *cpu_ppc_tb_init (CPUState *env, uint32_t freq);
725  #endif  #endif

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

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