]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: use struct operand for mov reg,cr and mov cr,reg for reg op
authorAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 11:25:22 +0000 (14:25 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:35 +0000 (10:50 +0200)
commit88bf89393f9935b467e97e4c842261ffbd742155
tree949024ec428f1f66365a4e4ba7f62d9448ba3501
parent3d095038d352b24c9d5ce92d5c2ee42c51043760
KVM: x86 emulator: use struct operand for mov reg,cr and mov cr,reg for reg op

This is an ordinary modrm source or destination; use the standard structure
representing it.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c