dect
/
linux-2.6
Archived
13
0
Fork 0

KVM: Get support IRQ routing entry counts

In capability probing ioctl.

Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
Sheng Yang 2009-03-16 16:33:43 +08:00 committed by Avi Kivity
parent cded19f396
commit 36463146ff
1 changed files with 1 additions and 1 deletions

View File

@ -1988,7 +1988,7 @@ static long kvm_dev_ioctl_check_extension_generic(long arg)
return 1;
#ifdef CONFIG_HAVE_KVM_IRQCHIP
case KVM_CAP_IRQ_ROUTING:
return 1;
return KVM_MAX_IRQ_ROUTES;
#endif
default:
break;