On Wed, Dec 24, 2025 at 02:46:43PM +0100, Philippe Mathieu-Daudé wrote: > Date: Wed, 24 Dec 2025 14:46:43 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v2 7/8] rust/system: Stop exposing bogus > DEVICE_NATIVE_ENDIAN symbol > X-Mailer: git-send-email 2.52.0 > > We want to remove the bogus DEVICE_NATIVE_ENDIAN definition > (by only having it explicit, either big or little one). Stop > exposing it to rust devices to avoid it spreading further. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Richard Henderson <[email protected]> > --- > rust/system/src/memory.rs | 6 ------ > 1 file changed, 6 deletions(-)
Good. I suppose this could help simplify vm-memory support. Reviewed-by: Zhao Liu <[email protected]>
