Re: [PATCH] configure: Fix build dependencies with vhost-vdpa.

2020-09-25 Thread Paolo Bonzini
On 24/09/20 23:00, Laurent Vivier wrote: > Following the same logic as for vhost-net-user and vhost-kernel, > enable vhost-net if vhost-net-vdpa is enabled and vhost-net is not > explicitly disabled. > See 299e6f19b3e2 ("vhost-net: revamp configure logic") > > Autoselect VHOST if VHOST_VDPA is set

Re: [PATCH] configure: Fix build dependencies with vhost-vdpa.

2020-09-25 Thread Philippe Mathieu-Daudé
On 9/24/20 11:00 PM, Laurent Vivier wrote: > Following the same logic as for vhost-net-user and vhost-kernel, > enable vhost-net if vhost-net-vdpa is enabled and vhost-net is not > explicitly disabled. > See 299e6f19b3e2 ("vhost-net: revamp configure logic") > > Autoselect VHOST if VHOST_VDPA is s

[PATCH] configure: Fix build dependencies with vhost-vdpa.

2020-09-24 Thread Laurent Vivier
Following the same logic as for vhost-net-user and vhost-kernel, enable vhost-net if vhost-net-vdpa is enabled and vhost-net is not explicitly disabled. See 299e6f19b3e2 ("vhost-net: revamp configure logic") Autoselect VHOST if VHOST_VDPA is set See 21c6b0c87e85 ("configure: simplify vhost conditi