]> git.proxmox.com Git - qemu.git/history - target-mips/translate_init.c
Clean out the N32 macros from target-mips, and introduce MIPS ABI specific
[qemu.git] / target-mips / translate_init.c
2007-11-08 thsClean out the N32 macros from target-mips, and introduc...
2007-10-29 thsPreliminary MIPS64R2 mode.
2007-10-23 thsUse the standard ASE check for MIPS-3D and MT.
2007-09-30 thsCode provision for n32/n64 mips userland emulation...
2007-09-29 thsSupervisor mode implementation, by Aurelien Jarno.
2007-09-24 thsPer-CPU instruction decoding implementation, by Aurelie...
2007-09-23 thsFix mips usermode emulation.
2007-09-06 thsPartial support for 34K multithreading, not functional...
2007-08-26 thsDisable 64-bit instructions on 32-bit CPU, by Aurelien...
2007-07-29 thsFix MIPS cache configuration, by Aurelien Jarno.
2007-06-23 thsHandle MIPS64 SEGBITS value correctly.
2007-06-22 thsAllow emulation of 32bit targets in the MIPS64 capable...
2007-06-12 thsChange 20Kc PRID to a later version.
2007-06-09 thsR5k has PX implemented.
2007-06-01 thsUpdate some comments, 64bit FPU support is functional...
2007-06-01 thsAdd support for 5Kc/5Kf/20Kc, based on a patch by Aurel...
2007-06-01 thsAllow again FPU for usermode emulation.
2007-05-30 thsFix CPU (re-)selection on reset.
2007-05-13 thsMIPS TLB style selection at runtime, by Herve Poussineau.
2007-05-11 thsFix missing status ro mask initialization, thanks Stefa...
2007-05-07 thsMIPS 64-bit FPU support, plus some collateral bugfixes...
2007-04-17 thsChoose number of TLBs at runtime, by Herve Poussineau.
2007-04-11 thsMake SYNCI_Step and CCRes CPU-specific.
2007-04-01 thsActually enable 64bit configuration.
2007-03-24 thsOne more bit of mips CPU configuration, and support...
2007-03-21 thsMove mips CPU specific initialization to translate_init.c.
2007-03-18 thsMIPS -cpu selection support, by Herve Poussineau.