mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 09:31:55 +00:00
40bc0ca924
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. See299e6f19b3
("vhost-net: revamp configure logic") Autoselect VHOST if VHOST_VDPA is set See21c6b0c87e
("configure: simplify vhost condition with Kconfig") See2becc36a3e
("meson: infrastructure for building emulators" Problems can be triggered using; ... --enable-vhost-vdpa --disable-vhost-user --disable-vhost-kernel ... Fixes:108a64818e
("vhost-vdpa: introduce vhost-vdpa backend") Cc: lulu@redhat.com Cc: pbonzini@redhat.com Cc: marcandre.lureau@redhat.com Signed-off-by: Laurent Vivier <lvivier@redhat.com> Message-Id: <20200924210023.160679-1-lvivier@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
39 lines
493 B
Text
39 lines
493 B
Text
# These are "proxy" symbols used to pass config-host.mak values
|
|
# down to Kconfig. See also kconfig_external_symbols in
|
|
# meson.build: these two need to be kept in sync.
|
|
|
|
config LINUX
|
|
bool
|
|
|
|
config OPENGL
|
|
bool
|
|
|
|
config X11
|
|
bool
|
|
|
|
config SPICE
|
|
bool
|
|
|
|
config IVSHMEM
|
|
bool
|
|
|
|
config TPM
|
|
bool
|
|
|
|
config VHOST_USER
|
|
bool
|
|
select VHOST
|
|
|
|
config VHOST_VDPA
|
|
bool
|
|
select VHOST
|
|
|
|
config VHOST_KERNEL
|
|
bool
|
|
select VHOST
|
|
|
|
config VIRTFS
|
|
bool
|
|
|
|
config PVRDMA
|
|
bool
|