== 64 bit atomics == * Updated gcc patches as per comments from Ramana and Joseph; build currently cooking on Panda
== Qemu == * Testing Peter's pre-release, finding bug on beagle (that he tracked down to x-loader change) * Found cause of occasional SD card errors I was seeing (SD: CMD12 in a wrong state); I'll cut a patch next week, but the bug is writing the last sector throws an error and also leaves it in the wrong state * Added a bunch of tracing code to the SD card layer * With the tracing code and fixing the other bug I'm starting to understand how it works - and half a dozen reasons that the emulation is really slow; whether that's the cause of the reported recoverable lock ups under load is an interesting question; I plan to fix the obvious problems and see how it goes.
Dave