KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()
authorLaurent Vivier <Laurent.Vivier@bull.net>
Tue, 18 Sep 2007 09:27:27 +0000 (11:27 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:52:47 +0000 (17:52 +0200)
commit1be3aa47182e94944e57b176a5c4ee4e74f1ce33
tree413c3e2c81aabd8fdcbfb21b994e600575a6949b
parent8b4caf6650808024c37ec4b29cf81b308af998b1
KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()

emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn().
x86_emulate_insn() is x86_emulate_memop() without the decoding part.

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