On 7/8/25 10:19 AM, Philippe Mathieu-Daudé wrote:
target_endian_mode() returns the default endianness (QAPI type) of a target.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- include/qemu/target-info-impl.h | 2 ++ include/qemu/target-info-qapi.h | 8 ++++++++ target-info-stub.c | 1 + target-info.c | 5 +++++ 4 files changed, 16 insertions(+)
Reviewed-by: Pierrick Bouvier <[email protected]>
