From: Gerd Hoffmann Date: Wed, 19 Nov 2014 11:28:10 +0000 (+0100) Subject: bochs: add endian switching support X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ecdb039b7517dc10b8c3e6dbeb40859178ac28e;p=pandora-kernel.git 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed