]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/pci-host: Mark versatile regions as little-endian
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 12 Feb 2025 08:21:41 +0000 (09:21 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 16 Feb 2025 13:41:46 +0000 (14:41 +0100)
commit62fb8ec35b7d7de7bfd4bd008026d49a5f52f946
tree9be5f2104b61ef8a53a9912b8d19a503f9a7c04e
parent8970e2ea01f91c3162c36c731ea9720cb0df9bff
hw/pci-host: Mark versatile regions as little-endian

This device is only used by the ARM targets, which are only
built as little-endian. Therefore the DEVICE_NATIVE_ENDIAN
definition expand to DEVICE_LITTLE_ENDIAN (besides, the
DEVICE_BIG_ENDIAN case isn't tested). Simplify directly
using DEVICE_LITTLE_ENDIAN.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250212113938.38692-5-philmd@linaro.org>
hw/pci-host/versatile.c