On 10 October 2016 at 14:39, David Gibson <da...@gibson.dropbear.id.au> wrote: > In the overwhelming majority of cases the endianness of the device is > known independent of the guest CPU and board.
We don't seem to model things that way: $ git grep '.endianness = DEVICE_NATIVE' |wc -l 341 $ git grep '.endianness = DEVICE_BIG' |wc -l 18 $ git grep '.endianness = DEVICE_LITTLE' |wc -l 172 thanks -- PMM