diff options
| -rw-r--r-- | arch/x86/kvm/x86.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index b0b8abe688ce..3bdaf298b8c7 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -3006,6 +3006,7 @@ long kvm_arch_vcpu_ioctl(struct file *filp,  		break;  	}  	case KVM_SET_LAPIC: { +		r = -EINVAL;  		if (!vcpu->arch.apic)  			goto out;  		u.lapic = memdup_user(argp, sizeof(*u.lapic));  | 
