]> Pileus Git - ~andy/linux/commit
KVM: x86 emulator: use struct operand for mov reg,dr and mov dr,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:36 +0000 (10:50 +0200)
commitb27f38563d956135a5e80aca749b399ac5f3158a
tree717131b62515048ec078aa2617f8827cbfc12ace
parent1a0c7d44e4553ffb4902ec15549a9b855cd05a59
KVM: x86 emulator: use struct operand for mov reg,dr and mov dr,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