On 8/7/25 22:51, Philippe Mathieu-Daudé wrote:
On 8/7/25 19:39, Richard Henderson wrote:
On 7/8/25 11:19, Philippe Mathieu-Daudé wrote:
-/**
- * target_big_endian:
- * Returns true if the (default) endianness of the target is big
endian,
- * false otherwise. Common code should normally never n
On 8/7/25 19:39, Richard Henderson wrote:
On 7/8/25 11:19, Philippe Mathieu-Daudé wrote:
-/**
- * target_big_endian:
- * Returns true if the (default) endianness of the target is big endian,
- * false otherwise. Common code should normally never need to know
about the
- * endianness of the targ
On 7/8/25 10:19 AM, Philippe Mathieu-Daudé wrote:
Reviewed-by: Pierrick Bouvier
Signed-off-by: Philippe Mathieu-Daudé
---
include/exec/tswap.h | 13 +
include/qemu/target-info.h | 8
cpu-target.c | 7 ---
hw/core/cpu-system.c | 2 +-
h
Reviewed-by: Pierrick Bouvier
Signed-off-by: Philippe Mathieu-Daudé
---
include/exec/tswap.h | 13 +
include/qemu/target-info.h | 8
cpu-target.c | 7 ---
hw/core/cpu-system.c | 2 +-
hw/display/vga.c | 2 +-
hw/virtio/virtio.c
On 7/8/25 11:19, Philippe Mathieu-Daudé wrote:
-/**
- * target_big_endian:
- * Returns true if the (default) endianness of the target is big endian,
- * false otherwise. Common code should normally never need to know about the
- * endianness of the target, so please do *not* use this function unl