commit | f3c18e9342a443528137a303f3c391d42d3bb394 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@ozlabs.org> | Mon Oct 08 16:31:05 2018 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Oct 09 16:04:27 2018 +1100 |
tree | 688bbc803689e5c06bb38d29a9807d1084826dd9 | |
parent | 360cae313702cdd0b90f82c261a8302fecef030a [diff] |
KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor This adds code to call the H_IPI and H_EOI hypercalls when we are running as a nested hypervisor (i.e. without the CPU_FTR_HVMODE cpu feature) and we would otherwise access the XICS interrupt controller directly or via an OPAL call. Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@ozlabs.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>