OSDN Git Service

build: move vhost-user-fs configuration to Kconfig
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Apr 2022 15:34:04 +0000 (17:34 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 7 May 2022 05:46:58 +0000 (07:46 +0200)
commit5166dabf4fe4c33e9595b0aaf2c03ccf411199e2
tree7cff6459667e9a1b65594cc3d95637836a5faf26
parentd13b200253cbd9cb933a1cfead9106abd564ae4a
build: move vhost-user-fs configuration to Kconfig

vhost-user-fs is a device and it should be possible to enable/disable
it with --without-default-devices, not --without-default-features.
Compute its default value in Kconfig to obtain the more intuitive
behavior.

In this case the configure options were undocumented, too.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
hw/virtio/Kconfig
meson.build