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)
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>

No differences found