On 28/03/2022 16.30, Paolo Bonzini wrote:
Remove unecessary use of #ifdef CONFIG_VHOST_SCSI, instead just use a
separate file and a separate rule in meson.build.
Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
---
hw/s390x/meson.build | 1 +
hw/s390x/vhost-scsi-ccw.c | 64 ++++++++++++++++++++++++++++++++++++++
hw/s390x/virtio-ccw-scsi.c | 47 ----------------------------
3 files changed, 65 insertions(+), 47 deletions(-)
create mode 100644 hw/s390x/vhost-scsi-ccw.c
Reviewed-by: Thomas Huth <th...@redhat.com>