commit | 7049467b5383432e178cc4124e53aebd83638916 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Wed Feb 09 12:09:46 2011 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Thu Mar 17 13:08:30 2011 -0300 |
tree | 821003369bf041d8df42272d3b9f0c1d369b3625 | |
parent | 23f3e99132aa5c5f887648c50597d8f2b5800417 [diff] |
KVM: remove isr_ack logic from PIC isr_ack logic was added by e48258009d 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: Gleb Natapov <gleb@redhat.com> Reported-and-tested-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>