commit | a50abc3b2b469ee80bc0f9ef5b6d457ef72659a9 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Sep 05 20:00:52 2012 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 06 18:37:44 2012 +0300 |
tree | b091f3302cd2bfd6452630655029f39b4d1ce6b1 | |
parent | b3356bf0dbb34980620f2f7def7d1b9a0d325225 [diff] |
KVM: use symbolic constant for nr interrupts interrupt_bitmap is KVM_NR_INTERRUPTS bits in size, so just use that instead of hard-coded constants and math. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>