qemu script: explicitly set 32 bit depth for x86-64
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Tue, 9 Apr 2013 15:33:05 +0000 (18:33 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Apr 2013 12:00:03 +0000 (13:00 +0100)
commit59bbf07d8f33c33a5581d55a9a7840f27407115f
tree272e0dd49eb47872d51b3dfae781d75f8d03d82d
parentc4715bf0b1713e9ae93d6cc50ef9fbc694648b3c
qemu script: explicitly set 32 bit depth for x86-64

This patch is the same as 6c22c591374d258228f74814cded34a24b4bf2d3,
but for x86-64 targets which exhibit the same problem.

Qemu update from 1.2 to 1.4 now allows for 16bit depth in guests,
whereby previously only 32bit depth was supported. However,
the new support is broken, so we force 32bit depth in all cases.

(From OE-Core rev: 6719400533453d0df482ef6e7bb347491e8a3e2b)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-internal