Le 07/11/2016 à 14:12, Peter Maydell a écrit : > On 7 November 2016 at 12:24, Laurent Vivier <laur...@vivier.eu> wrote: >> If you want to have a try, this tree is based on tgt-m68k + what is >> needed to boot an etch-m68k container. >> >> git://github.com/vivier/qemu-m68k.git for-rth > > You could try using 'risu' to do single-instruction level > comprehensive testing, if you've got enough of a linux-user port > to be able to run it...
Thank you Peter. I know risu, I would like to port it to m68k but for the moment it's too much work. I think someone is already working on a port to PPC, perhaps after that it will be easier to port it to m68k. For m68k, I've taken the work from Ray Arachelian [1] for the LISA emulator and Gwenole Beauchesne for Basilisk II [2]. I also test FPU with testfloat and softfloat. [3] Laurent [1] http://lisa.sunder.net/cputest.html [2] https://github.com/vivier/m68k-testgen https://github.com/vivier/m68k-tester (I have 584MB of results I can't put in the repo..) [3] https://github.com/vivier/m68k-testfloat https://github.com/vivier/m68k-softfloat