hw/qdev-properties-system: Introduce EndianMode QAPI enum
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 12 Feb 2025 09:56:26 +0000 (10:56 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 16 Feb 2025 13:33:39 +0000 (14:33 +0100)
commit4ec96630f93ec2a1fd8bf9c9150cdae330531de8
tree2e7bc4a4f1b1c8560618c5a3470de47b612b8af5
parent788369f477a3c89023f5ab19590baee4239623bb
hw/qdev-properties-system: Introduce EndianMode QAPI enum

Introduce the EndianMode type and the DEFINE_PROP_ENDIAN() macros.
Endianness can be BIG, LITTLE or unspecified (default).

Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250213122217.62654-2-philmd@linaro.org>
hw/core/qdev-properties-system.c
include/hw/qdev-properties-system.h
qapi/common.json