OSDN Git Service

virtio-ccw: Don't advertise VIRTIO_F_BAD_FEATURE
authorCornelia Huck <cornelia.huck@de.ibm.com>
Fri, 29 May 2015 09:29:39 +0000 (11:29 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 31 May 2015 14:27:23 +0000 (16:27 +0200)
commit13644819c5bf322ae4c2a415aca77d5dbde95fe8
tree4cde7774820427d03ad827d4371d6fdac374ef14
parent6b8f1020540c27246277377aa2c3331ad2bfb160
virtio-ccw: Don't advertise VIRTIO_F_BAD_FEATURE

This was copied from virtio-pci, but it doesn't make much sense for
ccw, as it doesn't have to handle the broken implementations this bit
is supposed to deal with. Remove it.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/s390x/virtio-ccw.c