Re: [PATCH 1/4] KVM: ioapic: merge ioapic_deliver into ioapic_service

2014-03-20 Thread Alex Williamson
On Tue, 2014-03-18 at 15:54 +0100, Paolo Bonzini wrote: Commonize the handling of masking, which was absent for kvm_ioapic_set_irq. Setting remote_irr does not need a separate function either, and merging the two functions avoids confusion. Signed-off-by: Paolo Bonzini pbonz...@redhat.com

[PATCH 1/4] KVM: ioapic: merge ioapic_deliver into ioapic_service

2014-03-18 Thread Paolo Bonzini
Commonize the handling of masking, which was absent for kvm_ioapic_set_irq. Setting remote_irr does not need a separate function either, and merging the two functions avoids confusion. Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- virt/kvm/ioapic.c | 29 + 1