commit | 10b758e85c9b38b4b370cff81435f6ed26024a26 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Feb 09 11:13:26 2011 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Feb 10 13:23:59 2011 +0100 |
tree | 82829b98b0ad4f9eb8205a0b4942b4c261de65f2 | |
parent | e8cdcec123facf0ed273d941caeeeb9b08f14955 [diff] |
qed: Report error for unsupported features Instead of just returning -ENOTSUP, generate a more detailed error. Unfortunately we don't have a helpful text for features that we don't know yet, so just print the feature mask. It might be useful at least if someone asks for help. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Acked-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>