From: Gleb Natapov Date: Thu, 15 Apr 2010 09:29:50 +0000 (+0300) Subject: KVM: fix emulator_task_switch() return value. X-Git-Tag: v2.6.35-rc1~436^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d04437267f00c7b50343513693b7a3174ff908;p=pandora-kernel.git KVM: fix emulator_task_switch() return value. emulator_task_switch() should return -1 for failure and 0 for success to the caller, just like x86_emulate_insn() does. Signed-off-by: Gleb Natapov Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed