commit | 307d927967007acef98cfd3f0639c7a4bf234ede | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@ozlabs.org> | Wed Mar 22 21:02:08 2017 +1100 |
committer | Paul Mackerras <paulus@ozlabs.org> | Thu Apr 20 10:39:50 2017 +1000 |
tree | 1e79c7a93f74499beb5d848c8ea2af529522ad18 | |
parent | f7b1a77d3bfbdc7e91a1e48e0a3dc10e7d890e04 [diff] |
KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interrupts This provides functions that can be used for generating interrupts indicating that a given functional unit (floating point, vector, or VSX) is unavailable. These functions will be used in instruction emulation code. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>