]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7, 0xec-0xef)
authorMohammed Gamal <m.gamal005@gmail.com>
Sat, 6 Sep 2008 14:22:29 +0000 (17:22 +0300)
committerAvi Kivity <avi@qumranet.com>
Wed, 15 Oct 2008 08:15:25 +0000 (10:15 +0200)
commita6a3034cb979b1fa3948d8e1e91b2387fc66b89b
tree4f7c5f7d86a8bc135dd852c7927de7417ccd1375
parentfa89a81766e33343fa8f0fe0e371819bf94a17a1
KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7, 0xec-0xef)

The patch adds in/out instructions to the x86 emulator.

The instruction was encountered while running the BIOS while using
the invalid guest state emulation patch.

Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/x86_emulate.c