On 03/07/2017 14:09, Daniel P. Berrange wrote: >> It would leave you with a tools-only build; whether that's a good idea, >> it's another story. I think it's acceptable, but others may disagree. > If you do 'configure --target-list=x86_64-softmmu --disable-tcg' on a > non-x86 host I would be surprised to find x86_64-softmmu not built. > IMHO if you explicitly request system emulators and its not posisble > to build then, an error should be report, rather than silently ignoring > the request.
Technically you could build a qtest-only emulator, but I don't think _that_ is a good idea (and it's not what the patch does). Paolo