On 8/7/25 19:36, Richard Henderson wrote:
On 7/8/25 11:19, Philippe Mathieu-Daudé wrote:
+/**
+ * target_endian_mode:
+ *
+ * Returns: QAPI EndianMode enum (i.e. ENDIAN_MODE_LITTLE).
s/i.e./e.g./
TIL i.e. vs e.g. :)
Otherwise,
Reviewed-by: Richard Henderson
r~
On 7/8/25 11:19, Philippe Mathieu-Daudé wrote:
+/**
+ * target_endian_mode:
+ *
+ * Returns: QAPI EndianMode enum (i.e. ENDIAN_MODE_LITTLE).
s/i.e./e.g./
Otherwise,
Reviewed-by: Richard Henderson
r~
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é
---
include/qemu/target-info-impl.h | 2 ++
include/qemu/target-info-qapi.h | 8
target-info-stub.c | 1
target_endian_mode() returns the default endianness (QAPI type)
of a target.
Signed-off-by: Philippe Mathieu-Daudé
---
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 c