configure: add --disable-tcg configure option
commitb3f6ea7e55e8228d6f84d5cee7cb11cae917ba95
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 Jul 2017 14:59:07 +0000 (3 16:59 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Jul 2017 12:39:28 +0000 (4 14:39 +0200)
treec76f15476b55b6323248b5b88fa54384a7189bd4
parentd880a3ba7dd18f0e8efdd24decb706ecc9037dbb
configure: add --disable-tcg configure option

This lets you build without TCG (hardware accelerationor qtest only).  When
this flag is passed to configure, it will automatically filter out the target
list to only those that support KVM or Xen or HAX.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure