KVM: s390: virtio-ccw: Handle command rejects.
authorCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 4 Jun 2013 09:04:47 +0000 (11:04 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 17 Jan 2014 12:12:22 +0000 (13:12 +0100)
commit19e4735bd7f02bd38db43a8521377b35f236b3b6
tree99c2faaeedd26bcc599f86f9e830a2160dfc3620
parentd208c79d63e06457eef077af770d23dc4cde4d43
KVM: s390: virtio-ccw: Handle command rejects.

A command reject for a ccw may happen if we run on a host not supporting
a certain feature. We want to be able to handle this as special case of
command failure, so let's split this off from the generic -EIO error code.

Reviewed-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
drivers/s390/kvm/virtio_ccw.c