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)
commit19eb938e0115693414a83b6bde2b67896bd9953a
tree16174b87dc16d32d0efe19162acba0db9ee6e190
parent253abdee5ec2edd0a7f6dc2358bef42e3fdf1f39
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