On 5 January 2015 at 21:27, Programmingkid <programmingk...@gmail.com> wrote:
> This patches does the following:
>
> - Allows user to select endian format of video display.
> This allows Mac OS X to be used as a guest and show all its colors
> correctly. Just add -display-endian-big to the command line to use
> this feature.

I don't understand the purpose of this option. There are two
video display endiannesses I can think of:

(1) The guest video device endianness. We should just get this
correct according to the definition of what the hardware does
(and it's not dependent on which host UI we're using)
(2) The host graphics framebuffer endianness. We should
automatically determine this by either asking the host's
GUI about it or by just knowing it if the host is always one
way. (This isn't dependent on what guest is running, either.)

So what is this option doing? It shouldn't be needed for either
(1) or (2)...

thanks
-- PMM

Reply via email to