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:
parent
cded19f396
commit
36463146ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue