From: Joel Schopp Date: Mon, 2 Mar 2015 19:43:31 +0000 (-0600) Subject: kvm: x86: make kvm_emulate_* consistant X-Git-Tag: omap-for-v4.1/fixes-rc1~202^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cb56059c94ddfaf92567a1c6443deec8363ae1c;p=pandora-kernel.git kvm: x86: make kvm_emulate_* consistant Currently kvm_emulate() skips the instruction but kvm_emulate_* sometimes don't. The end reult is the caller ends up doing the skip themselves. Let's make them consistant. Signed-off-by: Joel Schopp Reviewed-by: Radim Krčmář Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed