From: Mohammed Gamal Date: Wed, 4 Aug 2010 02:44:24 +0000 (+0300) Subject: KVM: x86 emulator: Allow accessing IDT via emulator ops X-Git-Tag: v2.6.37-rc1~142^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=160ce1f1a8fe64b3e2686ae73fbf051ccfe7c7ef;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed