On 17 March 2017 at 13:19, Thomas Huth <th...@redhat.com> wrote: > So could you maybe change your patch that it does not warn when the user > has run configure with the "--enable-tcg-interpreter" option?
Nope. I specifically don't want to enable support for TCI on random who-knows-what-this-is architectures. It eats up too much time causing people to worry about "what if this is some weird thing" when they're trying to refactor code, when in practice nobody is really using QEMU on oddball host CPUs. If somebody wants to support QEMU as a TCI-only setup on a new host architecture, they can submit a patch to configure that specifically recognizes the host architecture (even if we don't have a tcg backend for it). thanks -- PMM