Re: [PATCH v2 03/21] include/exec/memop: Move get_alignment_bits from tcg.h

2024-10-08 Thread Peter Maydell
On Sat, 5 Oct 2024 at 21:06, Richard Henderson wrote: > > This function is specific to MemOp, not TCG in general. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

Re: [PATCH v2 03/21] include/exec/memop: Move get_alignment_bits from tcg.h

2024-10-07 Thread Helge Deller
On 10/5/24 22:05, Richard Henderson wrote: This function is specific to MemOp, not TCG in general. Signed-off-by: Richard Henderson Reviewed-by: Helge Deller --- include/exec/memop.h | 23 +++ include/tcg/tcg.h| 23 --- 2 files changed, 23 i

[PATCH v2 03/21] include/exec/memop: Move get_alignment_bits from tcg.h

2024-10-05 Thread Richard Henderson
This function is specific to MemOp, not TCG in general. Signed-off-by: Richard Henderson --- include/exec/memop.h | 23 +++ include/tcg/tcg.h| 23 --- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/include/exec/memop.h b/include/exec/