virtio-ccw: move vhost_ccw_scsi to a separate file
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Mar 2022 07:25:00 +0000 (09:25 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 6 Apr 2022 12:31:56 +0000 (14:31 +0200)
commit7a523d96a0868f1a1986a3c79e05b8e3631d8d11
tree22d072b0faf1da9f70aac7df6e6de9ca95020053
parent7d2eb76d0407fc391b78df16d17f1e616ec3e228
virtio-ccw: move vhost_ccw_scsi to a separate file

Remove unecessary use of #ifdef CONFIG_VHOST_SCSI, instead just use a
separate file and a separate rule in meson.build.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/s390x/meson.build
hw/s390x/vhost-scsi-ccw.c [new file with mode: 0644]
hw/s390x/virtio-ccw-scsi.c