qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] qtest: ask endianness of the target in qtest


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2] qtest: ask endianness of the target in qtest_init()
Date: Mon, 10 Oct 2016 15:10:33 +0100

On 10 October 2016 at 14:39, David Gibson <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]