On Wed, Dec 24, 2025 at 02:46:42PM +0100, Philippe Mathieu-Daudé wrote: > Date: Wed, 24 Dec 2025 14:46:42 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v2 6/8] hw/char/pl011: Mark implementation as being > little-endian > X-Mailer: git-send-email 2.52.0 > > 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é <[email protected]> > Reviewed-by: Richard Henderson <[email protected]> > --- > hw/char/pl011.c | 2 +- > rust/hw/char/pl011/src/device.rs | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
