commit | 160ce1f1a8fe64b3e2686ae73fbf051ccfe7c7ef | [log] [tgz] |
---|---|---|
author | Mohammed Gamal <m.gamal005@gmail.com> | Wed Aug 04 05:44:24 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:59 2010 +0200 |
tree | d77a95e2e7e28a5df2520fd904109fbc996f95f0 | |
parent | d3ad6243293d92c82530a50c77d71bb0a0a42fdc [diff] |
KVM: x86 emulator: Allow accessing IDT via emulator ops 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>