diff options
author | Wei Yongjun <yjwei@cn.fujitsu.com> | 2010-03-12 10:09:45 +0800 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-05-17 12:15:31 +0300 |
commit | 160d2f6c0c90713aa3bb93dd344fe0d527342e26 (patch) | |
tree | 284248727d161df1e3e95875fb9aca44aeaa7ca2 /arch/ia64/kvm/kvm-ia64.c | |
parent | 5c0d0920a270b9f2aa20c1cecb162703da32e766 (diff) |
KVM: x86: fix the error of ioctl KVM_IRQ_LINE if no irq chip
If no irq chip in kernel, ioctl KVM_IRQ_LINE will return -EFAULT.
But I see in other place such as KVM_[GET|SET]IRQCHIP, -ENXIO is
return. So this patch used -ENXIO instead of -EFAULT.
Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/ia64/kvm/kvm-ia64.c')
0 files changed, 0 insertions, 0 deletions