Message ID | 1314020469-30882-3-git-send-email-avi@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c index 0453c07..aea313b 100644 --- a/arch/x86/kvm/emulate.c +++ b/arch/x86/kvm/emulate.c @@ -3685,6 +3685,7 @@ done: return (rc != X86EMUL_CONTINUE) ? EMULATION_FAILED : EMULATION_OK; } +EXPORT_SYMBOL_GPL(x86_decode_insn); static bool string_insn_completed(struct x86_emulate_ctxt *ctxt) { @@ -4249,3 +4250,4 @@ twobyte_insn: cannot_emulate: return EMULATION_FAILED; } +EXPORT_SYMBOL_GPL(x86_emulate_insn);
Signed-off-by: Avi Kivity <avi@redhat.com> --- arch/x86/kvm/emulate.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)