Update TODO.
[qemu] / target-ppc / op_helper.h
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-21 j_mayerRework PowerPC 440 TLB management (thanks to Hollis...
2007-09-19 j_mayerCode provision for PowerPC BookE MMU model support.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-04-24 j_mayerCode provision for new PowerPC embedded target support...
2007-04-16 j_mayerFix a lot of debug traces for PowerPC emulation: use...
2007-03-30 j_mayerFix rfi instruction: do not depend on current execution...
2007-03-23 j_mayerAdd missing PowerPC 64 instructions
2007-03-22 j_mayerPowerPC bugfixes:
2007-03-21 j_mayerFix compilation on 32 bits hosts (pb reported by Thiemo...
2007-03-20 j_mayerPowerPC 2.03 SPE extension - first pass.
2007-03-18 j_mayerAs icbi is not a priviledge instruction and is treated...
2007-03-17 j_mayerMake it safe to use 64 bits GPR and/or 64 bits host...
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...