On 2/13/25 04:22, Philippe Mathieu-Daudé wrote:
Introduce the EndianMode type and the DEFINE_PROP_ENDIAN() macros.
Endianness can be BIG, LITTLE or unspecified (default).
Reviewed-by: Thomas Huth<th...@redhat.com>
Acked-by: Markus Armbruster<arm...@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
qapi/common.json | 14 ++++++++++++++
include/hw/qdev-properties-system.h | 7 +++++++
hw/core/qdev-properties-system.c | 11 +++++++++++
3 files changed, 32 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~