On 6 December 2010 16:30, Nathan Froyd <froy...@codesourcery.com> wrote: > On Thu, Nov 11, 2010 at 06:23:55PM +0000, Peter Maydell wrote: >> Correct the decoding of source and destination registers >> for the VFP forms of the VCVT instructions which convert >> between floating point and integer or fixed-point. >> >> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > > Reviewed-by: Nathan Froyd <froy...@codesourcery.com>
Thanks. I'll resend this set with the softfloat-related comments addressed for the two patches that affects (and the remaining unchanged patches with your Reviewed-by: tag on them). > I don't know how good QEMU's framework is, but it'd be nice to have your > testing code checked into the tree, in case anybody decides to do major > surgery on the ARM backend. I'm not sure how well it would fit into being committed to qemu (yet): it works as a program where you run half of it on real ARM hardware and the other half under qemu (or valgrind) and it compares register results after executing instructions by looking at the sigcontext struct in a signal handler. Plus there's a perl script to generate random instruction set sequences to feed the test program. It could be made more automated and independent of having a reference bit of hardware but I haven't got round to that yet. (Also since it has utility outside of just testing qemu I'm not sure if it really belongs in the qemu repo.) -- PMM