]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: simplify vhost-net-{user, vdpa} configuration
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Apr 2022 15:34:01 +0000 (17:34 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 7 May 2022 05:46:58 +0000 (07:46 +0200)
commit5e7b5ebaec4c2bcc2754ab1e8ac5a05b88fef073
tree864c23f27307b80a5af45975174ac05fb84f3ebd
parent10925d06173e076ed80f3108a8a9ed15a8b5b4ab
configure: simplify vhost-net-{user, vdpa} configuration

Cleanup to ease review of the conversion to meson.  vhost_net_user and
vhost_net_vdpa are never assigned anything in the command line parsing
loop, so they are always equal to $vhost_user and $vhost_vdpa.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure