]> git.karo-electronics.de Git - linux-beck.git/commit
KVM: x86 emulator: Use opcode::execute for Group 1A instruction
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Tue, 6 Dec 2011 09:06:02 +0000 (18:06 +0900)
committerAvi Kivity <avi@redhat.com>
Tue, 27 Dec 2011 09:23:35 +0000 (11:23 +0200)
commitc15af35f54631b9e9b7ad1981016cc6e73cec794
tree2c345f6fca237a603ee4764abdd770977d8d86fa
parent4f69b6805c4f818cf7f4126978cc4a54c489119f
KVM: x86 emulator: Use opcode::execute for Group 1A instruction

Group 1A: 8F

Register em_pop() directly and remove em_grp1a().

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c