Re: [PATCH v8 1/6] hw/qdev-properties-system: Introduce EndianMode QAPI enum

2025-02-13 Thread Richard Henderson
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 Acked-by: Markus Armbruster Signed-off-by: Philippe Mathieu-Daudé --- qapi/common.json

[PATCH v8 1/6] hw/qdev-properties-system: Introduce EndianMode QAPI enum

2025-02-13 Thread Philippe Mathieu-Daudé
Introduce the EndianMode type and the DEFINE_PROP_ENDIAN() macros. Endianness can be BIG, LITTLE or unspecified (default). Reviewed-by: Thomas Huth Acked-by: Markus Armbruster Signed-off-by: Philippe Mathieu-Daudé --- qapi/common.json| 14 ++ include/hw/qdev-pro