Re: [PATCH] KVM: Split up MSI-X assigned device IRQ handler

2011-09-14 Thread Marcelo Tosatti
On Mon, Sep 12, 2011 at 06:57:56PM +0200, Jan Kiszka wrote: The threaded IRQ handler for MSI-X has almost nothing in common with the INTx/MSI handler. Move its code into a dedicated handler. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- virt/kvm/assigned-dev.c | 32

RE: [PATCH] KVM: Split up MSI-X assigned device IRQ handler

2011-09-13 Thread Tian, Kevin
From: Jan Kiszka Sent: Tuesday, September 13, 2011 12:58 AM The threaded IRQ handler for MSI-X has almost nothing in common with the INTx/MSI handler. Move its code into a dedicated handler. if it's desired to further go down this cleanup path, there's also no need to register ack notifier

Re: [PATCH] KVM: Split up MSI-X assigned device IRQ handler

2011-09-13 Thread Jan Kiszka
On 2011-09-13 08:40, Tian, Kevin wrote: From: Jan Kiszka Sent: Tuesday, September 13, 2011 12:58 AM The threaded IRQ handler for MSI-X has almost nothing in common with the INTx/MSI handler. Move its code into a dedicated handler. if it's desired to further go down this cleanup path,

RE: [PATCH] KVM: Split up MSI-X assigned device IRQ handler

2011-09-13 Thread Tian, Kevin
From: Jan Kiszka [mailto:jan.kis...@siemens.com] Sent: Tuesday, September 13, 2011 3:30 PM On 2011-09-13 08:40, Tian, Kevin wrote: From: Jan Kiszka Sent: Tuesday, September 13, 2011 12:58 AM The threaded IRQ handler for MSI-X has almost nothing in common with the INTx/MSI handler.

[PATCH] KVM: Split up MSI-X assigned device IRQ handler

2011-09-12 Thread Jan Kiszka
The threaded IRQ handler for MSI-X has almost nothing in common with the INTx/MSI handler. Move its code into a dedicated handler. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- virt/kvm/assigned-dev.c | 32 +++- 1 files changed, 19 insertions(+), 13