On 7 October 2016 at 00:55, David Gibson <[email protected]> wrote: > It is an improvement. But I still think if we're relying on the > ill-defined "target endianness" we're already doing something wrong.
Target endianness is not ill-defined. It's a clear and constant property of the bus the CPU is plugged into. It is a bit weird to rely on it in the test code, which is why only the virtio tests currently use qtest_big_endian(). thanks -- PMM
