From: Avi Kivity Date: Tue, 27 Nov 2007 17:05:37 +0000 (+0200) Subject: KVM: x86 emulator: Move rep processing before instruction execution X-Git-Tag: v2.6.25-rc1~1138^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9fa9d6bc6ac617170c4cf21ca764eb187618c0d;p=pandora-kernel.git KVM: x86 emulator: Move rep processing before instruction execution Currently rep processing is handled somewhere in the middle of instruction processing. Move it to a sensible place. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed