Re: [PATCH v2 00/15] target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c

2025-03-11 Thread Philippe Mathieu-Daudé
On 11/3/25 07:22, Nicholas Piggin wrote: On Mon Jan 27, 2025 at 8:26 PM AEST, Philippe Mathieu-Daudé wrote: This series is a simply a cleanup restricting TCG specific exception-related code to TCG, by moving code to a new unit named 'tcg-excp_helper.c'. I pulled this in and just added some

Re: [PATCH v2 00/15] target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c

2025-03-10 Thread Nicholas Piggin
On Mon Jan 27, 2025 at 8:26 PM AEST, Philippe Mathieu-Daudé wrote: > Since v1: > - Keep ppc_tcg_hv_emu() within TARGET_PPC64 (patch #10) > > Hi, > > This series is a simply a cleanup restricting TCG specific > exception-related code to TCG, by moving code to a new unit > named 'tcg-excp_helper.c'.

[PATCH v2 00/15] target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c

2025-01-27 Thread Philippe Mathieu-Daudé
Since v1: - Keep ppc_tcg_hv_emu() within TARGET_PPC64 (patch #10) Hi, This series is a simply a cleanup restricting TCG specific exception-related code to TCG, by moving code to a new unit named 'tcg-excp_helper.c'. I ended doing it as a preliminary cleanup for the "Extract TCG state from CPUSta