Re: [PATCH 7/9] target/ppc: Add powerpc_reset_excp_state helper
On 2/15/22 04:16, Nicholas Piggin wrote: This moves the logic to reset the QEMU exception state into its own function. Signed-off-by: Nicholas Piggin Reviewed-by: Cédric Le Goater Thanks, C. --- target/ppc/excp_helper.c | 41 1 file changed,
[PATCH 7/9] target/ppc: Add powerpc_reset_excp_state helper
This moves the logic to reset the QEMU exception state into its own function. Signed-off-by: Nicholas Piggin --- target/ppc/excp_helper.c | 41 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_help