]> git.karo-electronics.de Git - mv-sheeva.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)
commit1a0c7d44e4553ffb4902ec15549a9b855cd05a59
tree949024ec428f1f66365a4e4ba7f62d9448ba3501
parentcecc9e39161898eb767a6b797e27a1660b3eb27e
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