On 24 February 2017 at 18:15, Laurent Vivier <laur...@vivier.eu> wrote: > Le 24/02/2017 à 18:35, Peter Maydell a écrit : >> This patchset refactors the risu C code to reduce the significant >> amount of duplicated and duplicated-but-not-quite-the-same code >> in the per-CPU files. >> >> I've compile tested this for all architectures, but I'm not in a >> position to do runtime tests for non-ARM (my attempt to use the >> ppc64le risu under QEMU gives mismatch errors even without these >> patches, and the m68k risu makes QEMU crash, presumably because our >> m68k support isn't complete yet). So I wasn't quite prepared to just > > Yes, the FPU part is missing. > >> push it straight out to master the way I've done with previous >> changes I've been making. >> >> Nikunj, Laurent: if you have time to test this patchset to confirm >> that it hasn't broken anything for you that would be great. > > for m68k > Tested-by: Laurent Vivier <laur...@vivier.eu>
Thanks; I've gone ahead and pushed this series to risu master. -- PMM