Fabrice Bellard wrote: > Dirk Behme wrote: > >> Fabrice Bellard wrote: >> >>> Each machine can add specific support for that (for example a -cpu >>> option). It is likely to come at least for the PC machines. >> >>> I add suggest one more parameter to cpu_mips_set_model() to specify >>> optional features. A function converting a CPU "string id" into an id >>> + features would be interesting too. >> >> Fabrice, do you will accept the patch if I remove the >> MIPS_FEATURE_ISAx options and convert MIPS_FEATURE_NEC_EXT to >> MIPS_FEATURE_NEC_VR5400 as described in my previous mail? > > Yes. Even without I can accept it as it is better than what we > previously had. Please find as promised in attachment the updated version of this patch. It removes MIPS_FEATURE_ISAx for the moment and renames MIPS_FEATURE_NEC_EXT to MIPS_FEATURE_NEC_VR5400. Best regards Dirk