]> code.ossystems Code Review - openembedded-core.git/commit
qemu: introduce vmware vga FIFO rewind patch to fix qemu hang
authorZhai Edwin <edwin.zhai@intel.com>
Thu, 30 Sep 2010 17:43:14 +0000 (01:43 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 30 Sep 2010 19:32:10 +0000 (12:32 -0700)
commit27b68f9f4c178c60e7095001a7dda3864068c6ae
treeac28ee6f19f4b196bb09a9bc627a1af10766f88d
parent7f17d12cfdcd975a777acf9fdf2b8e0ce701de05
qemu: introduce vmware vga FIFO rewind patch to fix qemu hang

In some circumstance guest driver got interrupted before inserting all args
for one command, so that qemu get an invalid args and hang. GL patch
doesn't consume these missing args, which further cause FIFO disorder.

This commit reverts wrong behavior of GL patch, and introduces a qemu
upstream patch to rewind FIFO unpon detecting incomplete command.

[BUGID #111] fixed by this.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
meta/recipes-devtools/qemu/qemu-0.12.4/vmware-vga-fifo-rewind.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu_0.12.4.bb