KVM: x86 emulator: Move rep processing before instruction execution
authorAvi Kivity <avi@qumranet.com>
Tue, 27 Nov 2007 17:05:37 +0000 (19:05 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:15 +0000 (17:53 +0200)
commitb9fa9d6bc6ac617170c4cf21ca764eb187618c0d
tree291927725c16a16f743f75e84b742f61d8378b07
parent51e296258cba41759ff0de5da110d8d52675ee67
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 <avi@qumranet.com>
drivers/kvm/x86_emulate.c