summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
authorAvi Kivity2009-08-26 13:57:07 +0200
committerAvi Kivity2009-12-03 08:32:08 +0100
commit367e1319b229110a27c53221c2fa32a6aa86d4a9 (patch)
tree189e289b9985cf3c9b1416b3cc7be3c7ddc7d130 /arch/x86/kvm/x86.c
parentKVM: Drop kvm->irq_lock lock from irq injection path (diff)
downloadkernel-qcow2-linux-367e1319b229110a27c53221c2fa32a6aa86d4a9.tar.gz
kernel-qcow2-linux-367e1319b229110a27c53221c2fa32a6aa86d4a9.tar.xz
kernel-qcow2-linux-367e1319b229110a27c53221c2fa32a6aa86d4a9.zip
KVM: Return -ENOTTY on unrecognized ioctls
Not the incorrect -EINVAL. Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index 5beb4c16caab..829e3063e2ab 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -2176,7 +2176,7 @@ long kvm_arch_vm_ioctl(struct file *filp,
{
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