commit | 9ecdb039b7517dc10b8c3e6dbeb40859178ac28e | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Nov 19 12:28:10 2014 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Thu Nov 20 11:26:54 2014 +1000 |
tree | ccfa96d234aba069be442c9569ed3226f132045d | |
parent | fbd2f9fe97726944f98d9a5813d08372446b6a37 [diff] |
bochs: add endian switching support Recently (qemu 2.2+) the qemu stdvga got a register to switch the vga framebuffer endianness. This patch adds code to explicitly set the endianness of the framebuffer. In most cases this has no effect as the default is guest architecture endianness. It is needed though in case a architecture supports both big and little endian, i.e. for ppc64le. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>