qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/4] virtio-ccw: move vhost_ccw_scsi to a separate file


From: Thomas Huth
Subject: Re: [PATCH 2/4] virtio-ccw: move vhost_ccw_scsi to a separate file
Date: Tue, 29 Mar 2022 15:34:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0

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 <pbonzini@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 <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]