From c39235c6e31f66af13f57d996089c4b1d2e01a73 Mon Sep 17 00:00:00 2001 From: Mohammed Gamal Date: Sun, 19 Sep 2010 14:34:05 +0200 Subject: [PATCH] --- yaml --- r: 215905 b: refs/heads/master c: 4ab8e02404fcbc16beefac66de24dbb2706fe2f3 h: refs/heads/master i: 215903: f15d970c0719efc13e06b6e56f01af601447f7d9 v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/kvm_emulate.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b2663ce35ec1..65a633bd874b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cb16a7b3872e9a806f16b1f09b59103fafc7b796 +refs/heads/master: 4ab8e02404fcbc16beefac66de24dbb2706fe2f3 diff --git a/trunk/arch/x86/include/asm/kvm_emulate.h b/trunk/arch/x86/include/asm/kvm_emulate.h index 5187dd88019b..b36c6b3fe144 100644 --- a/trunk/arch/x86/include/asm/kvm_emulate.h +++ b/trunk/arch/x86/include/asm/kvm_emulate.h @@ -260,5 +260,6 @@ int x86_emulate_insn(struct x86_emulate_ctxt *ctxt); int emulator_task_switch(struct x86_emulate_ctxt *ctxt, u16 tss_selector, int reason, bool has_error_code, u32 error_code); - +int emulate_int_real(struct x86_emulate_ctxt *ctxt, + struct x86_emulate_ops *ops, int irq); #endif /* _ASM_X86_KVM_X86_EMULATE_H */