]> git.ipfire.org Git - thirdparty/qemu.git/history - target-ppc/translate_init.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[thirdparty/qemu.git] / target-ppc / translate_init.c
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...