virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsi
commitda2f84d1270d203027d82f778d5bcc1f7a49bab0
authorShannon Zhao <shannon.zhao@linaro.org>
Tue, 28 Apr 2015 11:51:13 +0000 (28 19:51 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 28 Apr 2015 15:44:40 +0000 (28 17:44 +0200)
treef033a837942ebb825154fd506825f9d4588da851
parentda3e8a23492dbc13c4b70d90b6ae42970624e63a
virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsi

So far virtio-scsi-device can't expose host features to guest while
using virtio-mmio because it doesn't set DEFINE_VIRTIO_SCSI_FEATURES on
backend or transport.

The host features belong to the backends while virtio-scsi-pci,
virtio-scsi-s390 and virtio-scsi-ccw set the DEFINE_VIRTIO_SCSI_FEATURES
on transports. But they already have the ability to forward property
accesses to the backend child. So if we move the host features to
backends, it doesn't break the backwards compatibility for them and
make host features work while using virtio-mmio.

Move DEFINE_VIRTIO_SCSI_FEATURES to the backend virtio-scsi. The
transports just sync the host features from backends.

Signed-off-by: Shannon Zhao <zhaoshenglong@huawei.com>
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
hw/s390x/s390-virtio-bus.c
hw/s390x/virtio-ccw.c
hw/scsi/virtio-scsi.c
hw/virtio/virtio-pci.c
include/hw/virtio/virtio-scsi.h