Re: [PATCH 06/17] KVM: Extract generic irqchip logic into irqchip.c

2013-04-25 Thread Michael S. Tsirkin
On Fri, Apr 19, 2013 at 04:06:17PM +0200, Alexander Graf wrote: > The current irq_comm.c file contains pieces of code that are generic > across different irqchip implementations, as well as code that is > fully IOAPIC specific. > > Split the generic bits out into irqchip.c. > > Signed-off-by: Ale

[PATCH 06/17] KVM: Extract generic irqchip logic into irqchip.c

2013-04-19 Thread Alexander Graf
The current irq_comm.c file contains pieces of code that are generic across different irqchip implementations, as well as code that is fully IOAPIC specific. Split the generic bits out into irqchip.c. Signed-off-by: Alexander Graf --- arch/x86/kvm/Makefile |2 +- include/trace/events/k

[PATCH 06/17] KVM: Extract generic irqchip logic into irqchip.c

2013-04-18 Thread Alexander Graf
The current irq_comm.c file contains pieces of code that are generic across different irqchip implementations, as well as code that is fully IOAPIC specific. Split the generic bits out into irqchip.c. Signed-off-by: Alexander Graf --- arch/x86/kvm/Makefile |2 +- include/trace/events/k