Re: [PATCH] accel/tcg: Zero-pad vaddr in tlb_debug output

2023-07-23 Thread Richard Henderson
On 7/13/23 13:07, Anton Johansson wrote: In replacing target_ulong with vaddr and TARGET_FMT_lx with VADDR_PRIx, the zero-padding of TARGET_FMT_lx got lost. Readd 16-wide zero-padding for logging consistency. Suggested-by: Peter Maydell Signed-off-by: Anton Johansson --- accel/tcg/cputlb.c |

[PATCH] accel/tcg: Zero-pad vaddr in tlb_debug output

2023-07-13 Thread Anton Johansson via
In replacing target_ulong with vaddr and TARGET_FMT_lx with VADDR_PRIx, the zero-padding of TARGET_FMT_lx got lost. Readd 16-wide zero-padding for logging consistency. Suggested-by: Peter Maydell Signed-off-by: Anton Johansson --- accel/tcg/cputlb.c | 20 ++-- 1 file changed, 1