summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu-0.15.1/opengl-args-copy-fix.patch
Commit message (Collapse)AuthorAgeFilesLines
* qemu: Fix gl failure from 64b target on 32b hostZhai Edwin2012-04-101-0/+66
Data from 64b target is truncated by 32b host. This patch makes type of data buf in host same as target. [YOCTO #2221] got fixed. (From OE-Core rev: d9f12cee3847cbf1cf9fc20cb614f8cd67d2a2ee) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> [Bumped PR - sgw] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>