commit | 6a13cb0c376abb436d060b989018257963656d0c | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed Oct 02 16:00:24 2019 +1000 |
committer | Paul Mackerras <paulus@ozlabs.org> | Tue Oct 22 16:29:02 2019 +1100 |
tree | e6648f7fb31ff75e9d99d6f459531c0b0f5528d5 | |
parent | 268f4ef9954cec198cd6772caadf453bcaed3e5a [diff] |
KVM: PPC: Book3S HV: Implement LPCR[AIL]=3 mode for injected interrupts kvmppc_inject_interrupt does not implement LPCR[AIL]!=0 modes, which can result in the guest receiving interrupts as if LPCR[AIL]=0 contrary to the ISA. In practice, Linux guests cope with this deviation, but it should be fixed. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>