diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2009-09-01 12:15:14 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-08 20:33:37 -0700 |
commit | a9baf6a17556ebc308cf569ef6459e486735717b (patch) | |
tree | 5d0fb416ee4645bbdedc12a377ca2b02c70201ee /arch | |
parent | 14596338f2a9ad1f461f2683d41a8bc279962c40 (diff) |
KVM: fix ack not being delivered when msi present
(cherry picked from commit 5116d8f6b977970ebefc1932c0f313163a6ec91f)
kvm_notify_acked_irq does not check irq type, so that it sometimes
interprets msi vector as irq. As a result, ack notifiers are not
called, which typially hangs the guest. The fix is to track and
check irq type.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions