git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3ad624
)
KVM: x86 emulator: Allow accessing IDT via emulator ops
author
Mohammed Gamal
<m.gamal005@gmail.com>
Wed, 4 Aug 2010 02:44:24 +0000
(
05:44
+0300)
committer
Avi Kivity
<avi@redhat.com>
Sun, 24 Oct 2010 08:50:59 +0000
(10:50 +0200)
The patch adds a new member get_idt() to x86_emulate_ops.
It also adds a function to get the idt in order to be used by the emulator.
This is needed for real mode interrupt injection and the emulation of int
instructions.
Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found