]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'
authorNitin A Kamble <nitin.a.kamble@intel.com>
Fri, 17 Aug 2007 12:17:41 +0000 (15:17 +0300)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:23 +0000 (10:18 +0200)
commitbc262cc38a93cc82e0988f264dd6986c0374d99c
tree16174b87dc16d32d0efe19162acba0db9ee6e190
parent9cf796cf98a3484d226ee94d08eb6a9e418c94f4
KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'

Implement emulation of instruction
    and al imm8 (opcode 0x24)
    and ax/eax imm16/imm32 (opcode 0x25)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/x86_emulate.c