On 12/18/25 01:31, Philippe Mathieu-Daudé wrote:
leul_to_cpu() is only used within physmem.c: inline it and remove. Since @bitmap is of 'unsigned long' type, use its size with ldn_le_p() instead of using HOST_LONG_BITS.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- include/qemu/bswap.h | 11 ----------- system/physmem.c | 5 +++-- 2 files changed, 3 insertions(+), 13 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
