]> git.proxmox.com Git - mirror_qemu.git/history - target-ppc/translate_init.c
added cpu_model parameter to cpu_init()
[mirror_qemu.git] / target-ppc / translate_init.c
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-04 j_mayerPowerPC 601 need specific callbacks for its BATs setup.
2007-11-03 j_mayerFix PowerPC high BATs access: BAT number was incorrect.
2007-11-03 j_mayerPowerPC MMU and exception fixes:
2007-10-25 j_mayerImplement power-management for all defined PowerPC...
2007-10-25 j_mayerAllow selection of all defined PowerPC 74xx (aka G4...
2007-10-14 j_mayerThere is no need of a specific MMU model for PowerPC...
2007-10-08 j_mayerRemove synonymous in PowerPC MSR bits definitions.
2007-10-08 j_mayerReal-mode only PowerPC 40x do not have any TLBs.
2007-10-08 j_mayerImplement exception prefix feature for PowerPC 601.
2007-10-08 j_mayerAdd missing exception vectors for PowerPC 7x5.
2007-10-07 j_mayerWork-around C89 and/or "old" gcc unspecified behavior...
2007-10-07 j_mayerReorganize the CPUPPCState structure to group features.
2007-10-07 j_mayerAdd MSR bits signification per PowerPC implementation...
2007-10-05 j_mayerFull implementation of PowerPC 64 MMU, just missing...
2007-10-05 j_mayerRename PowerPC MMUCSR0 and MMUCFG SPRs: those are not...
2007-10-05 j_mayerPowerPC hardware reset vector is now considered as...
2007-10-04 j_mayerMore cache tuning fixes:
2007-10-04 j_mayerMake PowerPC cache line size implementation dependant.
2007-10-03 j_mayerHID0 is a write-clear register on 970 (DBSR).
2007-10-03 j_mayerWe never have to export ppc_set_irq.
2007-10-01 j_mayerMore comments about unimplemented SPRs.
2007-10-01 j_mayerShare more SPR instanciations between all PowerPC 401...
2007-10-01 j_mayerImplement embedded PowerPC exceptions prefix and vector...
2007-10-01 j_mayerShare input pins and internal interrupt controller...
2007-09-30 j_mayerFix inconsistent end conditions in ppc_find_xxx functions.
2007-09-30 j_mayerImplement the PowerPC alternate time-base, following...
2007-09-29 j_mayerPowerPC emulation optimization:
2007-09-29 j_mayerRework PowerPC exceptions model to make it more versatile:
2007-09-29 j_mayerDefine the proper bfd_mach to be used by the disassembl...
2007-09-29 j_mayerChange POWERPC_PPC_GENERIC to POWERPC_DEFAULT.
2007-09-27 thsBuild fix for PowerPC hosts, where "PPC" is a predefine...
2007-09-27 j_mayerNew ppc64-linux-user target.
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-21 j_mayerMore PowerPC definitions, from POWER 2.04 specification...
2007-09-17 j_mayerCoding style fixes in PowerPC related code (no function...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-12 thsDisable dead code.
2007-04-24 j_mayerImprove PowerPC 405 MMU model / share more code for...
2007-04-19 j_mayerDuplicated SPR fix for BookE PowerPC by Guglielmo Morandin
2007-04-17 j_mayerMove PowerPC 405 specific definitions into a separate...
2007-04-16 j_mayerAdd callbacks to allow dynamic change of PowerPC clocks...
2007-04-16 j_mayerCleanup and add more PowerPC core definitions.
2007-04-16 j_mayerAdd reset callbacks for PowerPC CPU.
2007-04-16 j_mayerAdd bus model (or input pins) into PowerPC CPU flags.
2007-04-16 j_mayerFix a lot of debug traces for PowerPC emulation: use...
2007-04-12 j_mayerAdd PowerPC 405 input pins (IRQ, resets, ...) model.
2007-04-09 j_mayerImplement embedded IRQ controller for PowerPC 6xx/740...
2007-03-30 j_mayerFix / update PowerPC BookE definitions.
2007-03-23 j_mayerAdd missing PowerPC 64 instructions
2007-03-23 j_mayerFix debug printf: we need different macros for target_u...
2007-03-20 j_mayerPowerPC 2.03 SPE extension - first pass.
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...
2006-06-25 bellardC99 64 bit printf
2005-11-21 bellardcpu_exec_init() change
2005-07-02 bellardpreliminary patch to support more PowerPC CPUs (Jocelyn...