find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[qemu] / hw / ppc405_uc.c
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-08 blueswir1 Fix incorrect target_ulong use in hw devices
2007-04-24 j_mayerPowerPC 405 microcontrollers fixes and improvments:
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...