KVM: x86 emulator: move all decoding process to function x86_decode_insn()
authorLaurent Vivier <Laurent.Vivier@bull.net>
Tue, 18 Sep 2007 09:27:19 +0000 (11:27 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:52:47 +0000 (17:52 +0200)
commit8b4caf6650808024c37ec4b29cf81b308af998b1
tree2179c0830c938ebfdbc3baa4b7c2eee4dc81a7ae
parente4e03deda83b1f2fc37ccbfc1eef27e86e8ed4e9
KVM: x86 emulator: move all decoding process to function x86_decode_insn()

Split the decoding process into a new function x86_decode_insn().

Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/x86_emulate.c