commit | c5335f17651de5075313524ccc3881527268966f | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Aug 30 14:03:24 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:20 2010 +0200 |
tree | d81c88bb7ab6af6940d116d0fc31189f2576e21e | |
parent | 7b4203e8cb5c5d9bc49da62b7a6fa4ba876a1b3f [diff] |
KVM: PPC: Implement level interrupts for BookE BookE also wants to support level based interrupts, so let's implement all the necessary logic there. We need to trick a bit here because the irqprios are 1:1 assigned to architecture defined values. But since there is some space left there, we can just pick a random one and move it later on - it's internal anyways. Signed-off-by: Alexander Graf <agraf@suse.de>