commit | cc0793968a602c9b40f7b99c401674750aa99e06 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Mon Sep 12 18:57:56 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 19:52:45 2011 +0300 |
tree | 9ffe6978abe91b4e8cc330e530204e08844e194c | |
parent | 9bc5791d4aa78b72abd76f506c0a391a54abc4d1 [diff] |
KVM: Split up MSI-X assigned device IRQ handler 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.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>