]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: introduce Op3264 for mov cr and mov dr instructions
authorAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 11:46:54 +0000 (14:46 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:35 +0000 (10:50 +0200)
commit08087cad5d69527d6132e5909f283a4db5408a60
tree594a6b226728d1a3ef04b81c6e90ce948bdc3eed
parent8e737a2b37444d20eabe0986f5f2e01fd468e0a1
KVM: x86 emulator: introduce Op3264 for mov cr and mov dr instructions

The operands for these instructions are 32 bits or 64 bits, depending on
long mode, and ignoring REX prefixes, or the operand size prefix.

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