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/char/pl011
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>
19 hours ago
..
src hw/char/pl011: Mark implementation as being little-endian 19 hours ago
Cargo.toml rust: use glib-sys 3 months ago
build.rs rust/pl011: drop dependency on qemu_api 3 months ago
meson.build rust: only link the Rust part of the code into devices 4 days ago
wrapper.h rust/pl011: drop dependency on qemu_api 3 months ago