KVM: x86 emulator: popf
authorNitin A Kamble <nitin.a.kamble@intel.com>
Sat, 15 Sep 2007 07:45:05 +0000 (10:45 +0300)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:29 +0000 (10:18 +0200)
commit535eabcf0e55804b53d27fe45217d874b19bcfa9
tree566740ceb8c56e94ec6150bafa0ea0cab60d1c3a
parent12fa272e315af43d549ce22f9988392d0121350e
KVM: x86 emulator: popf

Implement emulation of instruction:
    popf
    opcode:  0x9d

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