commit | 9ee18b1e08e6a5648aeaaf998eabc72b5304cc17 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Aug 05 12:24:40 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:14 2010 +0200 |
tree | 8d474d9652d47e5287386e0c6ee6482554ad94a0 | |
parent | 512ba59ed9c580b5e5575beda0041bb19a641127 [diff] |
KVM: PPC: Update int_pending also on dequeue When having a decrementor interrupt pending, the dequeuing happens manually through an mtdec instruction. This instruction simply calls dequeue on that interrupt, so the int_pending hint doesn't get updated. This patch enables updating the int_pending hint also on dequeue, thus correctly enabling guests to stay in guest contexts more often. Signed-off-by: Alexander Graf <agraf@suse.de>