On 1/19/22 5:44 AM, Fabiano Rosas wrote:
Introduce a new powerpc_excp function specific for 40x CPUs. This commit copies powerpc_excp_legacy verbatim so the next one has a clean diff.Signed-off-by: Fabiano Rosas<faro...@linux.ibm.com> --- target/ppc/excp_helper.c | 474 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 474 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~