On 23/05/2023 18.35, Philippe Mathieu-Daudé wrote:
Instead of adding 'vhost-scsi-common.c' twice (for VHOST_SCSI and VHOST_USER_SCSI), have it depend on VHOST_SCSI_COMMON, selected by both symbols.Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- hw/scsi/Kconfig | 6 ++++++ hw/scsi/meson.build | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>