On 12/10/2016 01:51, Taylor Edward Heimbichner wrote: > I'm writing to ask if any executable that you use to test QEMU > systematically tests all, or at least a large portion, of the x86 > instruction set? We're working on a project that involves dynamic taint > analysis and would like to use an executable like this to comprehensively > test our work. Thank you.
There is tests/tcg/test-i386. It doesn't cover newer instructions, but I tried it just now and it was enough to find a couple bugs, so it cannot be that bad! Paolo
