projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb16a7b
)
KVM: x86 emulator: Expose emulate_int_real()
author
Mohammed Gamal
<
[email protected]
>
Sun, 19 Sep 2010 12:34:05 +0000
(14:34 +0200)
committer
Avi Kivity
<
[email protected]
>
Sun, 24 Oct 2010 08:53:00 +0000
(10:53 +0200)
Signed-off-by: Mohammed Gamal <
[email protected]
>
Signed-off-by: Avi Kivity <
[email protected]
>
Signed-off-by: Marcelo Tosatti <
[email protected]
>
arch/x86/include/asm/kvm_emulate.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/kvm_emulate.h
b/arch/x86/include/asm/kvm_emulate.h
index 5187dd88019b8480ab519ca3a9536822dd01c87c..b36c6b3fe1444ae7398a235e4f523edb30de627f 100644
(file)
--- a/
arch/x86/include/asm/kvm_emulate.h
+++ b/
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 */