mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-06-21 17:03:50 +00:00
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>