]> git.karo-electronics.de Git - mv-sheeva.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)
commit7f9b4b75be866de938a3094413a60554f7e66e4d
tree594a6b226728d1a3ef04b81c6e90ce948bdc3eed
parent1e87e3efe764285133866a14ddc71cf211f022c2
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