You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/rust/hw
Philippe Mathieu-Daudé c715efe284 hw/char/pl011: Mark implementation as being little-endian
The PL011 component is only built / used by ARM targets, which
are only built in little endianness. Thus we only ever built
as little endian, never testing the big-endian possibility of
the DEVICE_NATIVE_ENDIAN definition. Simplify by only keeping
the little endian variant.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-Id: <20251224134644.85582-7-philmd@linaro.org>
2 weeks ago
..
char hw/char/pl011: Mark implementation as being little-endian 2 weeks ago
core qom: add more to the prelude 3 weeks ago
timer hw/timer/hpet: Mark implementation as being little-endian 2 weeks ago
Kconfig i386: enable rust hpet for pc when rust is enabled 11 months ago
meson.build rust/timer/hpet: define hpet_fw_cfg 11 months ago