Re: [PATCH] kvm/x86: use symbolic constant for nr interrupts

2012-09-06 Thread Avi Kivity
On 09/05/2012 08:00 PM, Michael S. Tsirkin wrote: interrupt_bitmap is KVM_NR_INTERRUPTS bits in size, so just use that instead of hard-coded constants and math. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line

[PATCH] kvm/x86: use symbolic constant for nr interrupts

2012-09-05 Thread Michael S. Tsirkin
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 m...@redhat.com --- arch/x86/kvm/x86.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c