commit | ed829857b36bc0155d85b661ab227df57ac898f3 | [log] [tgz] |
---|---|---|
author | David Daney <david.daney@cavium.com> | Thu May 23 09:49:10 2013 -0700 |
committer | Gleb Natapov <gleb@redhat.com> | Mon Jun 03 10:58:55 2013 +0300 |
tree | 836af30ab91dfaef5aa22c6ce4bdf0b8db5e9a17 | |
parent | 4c73fb2b05192f2c817940b38015c36007379380 [diff] |
mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls. The Linux Way is to return -ENOIOCTLCMD to the vfs when an unimplemented ioctl is requested. Do this in kvm_mips instead of a random mixture of -ENOTSUPP and -EINVAL. Signed-off-by: David Daney <david.daney@cavium.com> Acked-by: Sanjay Lal <sanjayl@kymasys.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>