Avi Kivity wrote: > Blue Swirl wrote: >> I found a bug in configure, if there are targets that can't use KVM, >> it is disabled for all targets. >> > > Yes. kvm support should be an array, not a scalar. Note we shouldn't > even attempt kvm if the host and target don't match. It doesn't need to be an array. Something like this should work. Regards, Anthony Liguori