commit | 9f3191aec595ef9f3c80bc96664fd7aef57ef5be | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Sat Jun 11 12:23:55 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 13:16:18 2011 +0300 |
tree | 53be5ad0a1b677fa9a43bd8b2c22e1c5bad76a54 | |
parent | 1dda606c5f94b14a8f36c220d1d8844bab68a720 [diff] |
KVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET_MSIX_NR 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>