]> git.karo-electronics.de Git - linux-beck.git/commit
KVM: x86 emulator: Use opcode::execute for Group 9 instruction
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Tue, 6 Dec 2011 09:07:27 +0000 (18:07 +0900)
committerAvi Kivity <avi@redhat.com>
Tue, 27 Dec 2011 09:23:38 +0000 (11:23 +0200)
commite0dac408d08c2a5e1bed2a6a9da7f3af3f7a9827
tree321aefae4499c222d9bdce93b5194240f282e6a3
parentc04ec8393f3815e0f60dde1d6b29040bf1875d52
KVM: x86 emulator: Use opcode::execute for Group 9 instruction

Group 9: 0F C7

Rename em_grp9() to em_cmpxchg8b() and register it.

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