Re: [PATCH v2 75/76] tcg: Create tcg/tcg-temp-internal.h

2023-03-03 Thread Peter Maydell
On Mon, 27 Feb 2023 at 05:37, Richard Henderson wrote: > > Move the tcg_temp_free_* and tcg_temp_ebb_new_* declarations > and inlines to the new header. These are private to the > implementation, and will prevent tcg_temp_free_* from creaping > back into the guest front ends. "creeping". Otherw

[PATCH v2 75/76] tcg: Create tcg/tcg-temp-internal.h

2023-02-26 Thread Richard Henderson
Move the tcg_temp_free_* and tcg_temp_ebb_new_* declarations and inlines to the new header. These are private to the implementation, and will prevent tcg_temp_free_* from creaping back into the guest front ends. Signed-off-by: Richard Henderson --- include/tcg/tcg-temp-internal.h | 83