]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Fix sdl hang
authorAsias He <asias.hejun@gmail.com>
Fri, 13 Apr 2012 11:44:38 +0000 (19:44 +0800)
committerPekka Enberg <penberg@kernel.org>
Sun, 15 Apr 2012 16:03:24 +0000 (19:03 +0300)
commite1ff32ac26283c256d20698dad15602ec47ffdf5
treebe7695dfaaac94cdcc9942dd8bf4e4cb4cf7717f
parent77b064d9afaf65acdda0f4767e4b107cbbfb7c40
kvm tools: Fix sdl hang

Commit b4a932d175c6aa975c456e9b05339aa069c961cb sets sdl's .start
ops to sdl__stop which makes the sdl never start.

Fix it up.

Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/ui/sdl.c