]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
KVM: x86 emulator: Add into, int, and int3 instructions (opcodes 0xcc-0xce)
authorMohammed Gamal <m.gamal005@gmail.com>
Wed, 4 Aug 2010 11:38:06 +0000 (14:38 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:00 +0000 (10:51 +0200)
commit6e154e56b4d7a6a28c54f0984e13d3f8defc4755
tree1e075b700d3a150d7ac0dacc459b4f131fa72b3f
parent160ce1f1a8fe64b3e2686ae73fbf051ccfe7c7ef
KVM: x86 emulator: Add into, int, and int3 instructions (opcodes 0xcc-0xce)

This adds support for int instructions to the emulator.

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