On 9/20/20 6:07 AM, Paolo Bonzini wrote:
> +if test "$kvm" = "auto" ; then
> +  if test "$linux" = yes ; then
> +    kvm=enabled
> +  else
> +    if test "$kvm" = "enabled" ; then
> +      feature_not_found "kvm" "KVM is only available on Linux"

Can't get here, as enabled != auto.


r~

Reply via email to