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)
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>

No differences found