diff options
author | Nadav Amit <nadav.amit@gmail.com> | 2012-12-06 21:55:10 -0200 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2012-12-13 22:30:56 -0200 |
commit | 5e2c688351f4aee9981918661b6c1679f4155f06 (patch) | |
tree | 90e3862c7359eae1b34983bfae79e358eeab76c2 /virt/kvm | |
parent | 7f662273e476e2d7ff44f411fa9f17c946480100 (diff) | |
download | op-kernel-dev-5e2c688351f4aee9981918661b6c1679f4155f06.zip op-kernel-dev-5e2c688351f4aee9981918661b6c1679f4155f06.tar.gz |
KVM: x86: fix mov immediate emulation for 64-bit operands
MOV immediate instruction (opcodes 0xB8-0xBF) may take 64-bit operand.
The previous emulation implementation assumes the operand is no longer than 32.
Adding OpImm64 for this matter.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=881579
Signed-off-by: Nadav Amit <nadav.amit@gmail.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'virt/kvm')
0 files changed, 0 insertions, 0 deletions