Skip to content
Commit 7049467b authored by Gleb Natapov's avatar Gleb Natapov Committed by Marcelo Tosatti
Browse files

KVM: remove isr_ack logic from PIC



isr_ack logic was added by e4825800 to avoid unnecessary IPIs. Back
then it made sense, but now the code checks that vcpu is ready to accept
interrupt before sending IPI, so this logic is no longer needed. The
patch removes it.

Fixes a regression with Debian/Hurd.

Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
Reported-and-tested-by: default avatarJonathan Nieder <jrnieder@gmail.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 23f3e991
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment