Re: [PATCH v3 20/20] tcg: Create tcg/tcg-temp-internal.h

2023-03-05 Thread Alex Bennée
Richard Henderson writes: > 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 creeping > back into the guest front ends. > > Reviewed-by: Peter Maydell > Signed-off-by:

[PATCH v3 20/20] tcg: Create tcg/tcg-temp-internal.h

2023-03-04 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 creeping back into the guest front ends. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- include/tcg/tcg-te