commit | a6a3034cb979b1fa3948d8e1e91b2387fc66b89b | [log] [tgz] |
---|---|---|
author | Mohammed Gamal <m.gamal005@gmail.com> | Sat Sep 06 17:22:29 2008 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Wed Oct 15 10:15:25 2008 +0200 |
tree | 4f7c5f7d86a8bc135dd852c7927de7417ccd1375 | |
parent | fa89a81766e33343fa8f0fe0e371819bf94a17a1 [diff] |
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>