KVM: x86 emulator: Use opcode::execute for POP reg (58-5F)
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Sat, 23 Apr 2011 09:49:40 +0000 (18:49 +0900)
committerAvi Kivity <avi@redhat.com>
Sun, 22 May 2011 12:39:41 +0000 (08:39 -0400)
commitc54fe504693204fa672b10a57c3d82a8c41e0b4e
tree97289bcb5f7ade3afe22657d3c5c5042f9b784ce
parentd67fc27ae2bdc2d2fb6c8ec4238a12b502b95cc7
KVM: x86 emulator: Use opcode::execute for POP reg (58-5F)

In addition, the RET emulation is changed to call em_pop() to remove
the pop_instruction label.

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