KVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET_MSIX_NR
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 11 Jun 2011 10:23:55 +0000 (12:23 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 12 Jul 2011 10:16:18 +0000 (13:16 +0300)
KVM_MAX_MSIX_PER_DEV implies that up to that many MSI-X entries can be
requested. But the kernel so far rejected already the upper limit.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found