KVM: Add MSI-X interrupt injection logic
authorSheng Yang <sheng@linux.intel.com>
Wed, 25 Feb 2009 09:22:27 +0000 (17:22 +0800)
committerAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 08:48:23 +0000 (11:48 +0300)
We have to handle more than one interrupt with one handler for MSI-X. Avi
suggested to use a flag to indicate the pending. So here is it.

Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found