commit | 1be3aa47182e94944e57b176a5c4ee4e74f1ce33 | [log] [tgz] |
---|---|---|
author | Laurent Vivier <Laurent.Vivier@bull.net> | Tue Sep 18 11:27:27 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:52:47 2008 +0200 |
tree | 413c3e2c81aabd8fdcbfb21b994e600575a6949b | |
parent | 8b4caf6650808024c37ec4b29cf81b308af998b1 [diff] |
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>