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

Diff of /qemu/vl.c

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

revision 1.148 by bellard, Wed Nov 23 21:01:03 2005 UTC revision 1.149 by bellard, Sat Nov 26 10:38:38 2005 UTC
# Line 3359  int cpu_load(QEMUFile *f, void *opaque, Line 3359  int cpu_load(QEMUFile *f, void *opaque,
3359      tlb_flush(env, 1);      tlb_flush(env, 1);
3360      return 0;      return 0;
3361  }  }
3362    
3363    #elif defined(TARGET_ARM)
3364    
3365    /* ??? Need to implement these.  */
3366    void cpu_save(QEMUFile *f, void *opaque)
3367    {
3368    }
3369    
3370    int cpu_load(QEMUFile *f, void *opaque, int version_id)
3371    {
3372        return 0;
3373    }
3374    
3375  #else  #else
3376    
3377  #warning No CPU save/restore functions  #warning No CPU save/restore functions
# Line 4054  void register_machines(void) Line 4067  void register_machines(void)
4067  #else  #else
4068      qemu_register_machine(&sun4m_machine);      qemu_register_machine(&sun4m_machine);
4069  #endif  #endif
4070    #elif defined(TARGET_ARM)
4071        qemu_register_machine(&integratorcp_machine);
4072    #else
4073    #error unsupported CPU
4074  #endif  #endif
4075  }  }
4076    

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149

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