Re: [PATCH] target/ppc/mmu-radix64: Use correct string format in walk_tree()

2024-03-19 Thread Nicholas Piggin
Thanks, I can put this in the ppc tree. Thanks, Nick On Tue Mar 19, 2024 at 4:30 PM AEST, Philippe Mathieu-Daudé wrote: > +Anton > > On 19/3/24 06:10, Philippe Mathieu-Daudé wrote: > > 'mask', 'nlb' and 'base_addr' are all uin64_t types. > > Use the corresponding PRIx64 format. > > > > Fixes: d2

Re: [PATCH] target/ppc/mmu-radix64: Use correct string format in walk_tree()

2024-03-18 Thread Philippe Mathieu-Daudé
+Anton On 19/3/24 06:10, Philippe Mathieu-Daudé wrote: 'mask', 'nlb' and 'base_addr' are all uin64_t types. Use the corresponding PRIx64 format. Fixes: d2066bc50d ("target/ppc: Check page dir/table base alignment") Signed-off-by: Philippe Mathieu-Daudé --- target/ppc/mmu-radix64.c | 8 --

[PATCH] target/ppc/mmu-radix64: Use correct string format in walk_tree()

2024-03-18 Thread Philippe Mathieu-Daudé
'mask', 'nlb' and 'base_addr' are all uin64_t types. Use the corresponding PRIx64 format. Fixes: d2066bc50d ("target/ppc: Check page dir/table base alignment") Signed-off-by: Philippe Mathieu-Daudé --- target/ppc/mmu-radix64.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff -