commit | 367e1319b229110a27c53221c2fa32a6aa86d4a9 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Aug 26 14:57:07 2009 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Dec 03 09:32:08 2009 +0200 |
tree | 189e289b9985cf3c9b1416b3cc7be3c7ddc7d130 | |
parent | 680b3648ba89c44ac8d0316f78a0d6e147b88809 [diff] [blame] |
KVM: Return -ENOTTY on unrecognized ioctls Not the incorrect -EINVAL. Signed-off-by: Avi Kivity <avi@redhat.com>
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 5beb4c1..829e306 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c
@@ -2176,7 +2176,7 @@ { struct kvm *kvm = filp->private_data; void __user *argp = (void __user *)arg; - int r = -EINVAL; + int r = -ENOTTY; /* * This union makes it completely explicit to gcc-3.x * that these two variables' stack usage should be