]> code.ossystems Code Review - openembedded-core.git/commit
QEMU: Fix the mouse shadow issue (bug 170)
authorYu Ke <ke.yu@intel.com>
Wed, 15 Sep 2010 06:42:05 +0000 (14:42 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Mon, 27 Sep 2010 15:59:16 +0000 (08:59 -0700)
commit7531480bbb558db46e1d973f5a638fb957a25ffa
tree2ecce210f2a6afe0aefcd9cbdc3927ad0625dd42
parent59646974abd58812f3b37e62224bd41e71bedfbc
QEMU: Fix the mouse shadow issue (bug 170)

the root cause is that the qemu cursor array is hardcoded to 256 bytes, while the sato use cursor of the size 64*64=4096, thus lead buffer overflow and abnormal mouse.

A qemu patch is introduced to dynamically allocate qemu cursor array to fix this issue. BTW, qemu upstream already redesign the cursor interface and implementation, and this issue does not occur in upstream, so no need to push this patch to upstream. and when upgrade the qemu, this patch can be safely removed.

Fix [BUGID #170]

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/recipes-devtools/qemu/qemu-0.12.4/cursor-shadow-fix.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu_0.12.4.bb