From: Mohammed Gamal Date: Wed, 4 Aug 2010 11:41:04 +0000 (+0300) Subject: KVM: x86 emulator: Fix nop emulation X-Git-Tag: v2.6.37-rc1~142^2~256 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34698d8c61bd3fc86b2e99c3d1ad9ef140b3eb0d;p=pandora-kernel.git KVM: x86 emulator: Fix nop emulation If a nop instruction is encountered, we jump directly to the done label. This skip updating rip. Break from the switch case instead Signed-off-by: Mohammed Gamal Signed-off-by: Avi Kivity --- Reading git-diff-tree failed