commit | 660696d1d16a71e15549ce1bf74953be1592bcd3 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Wed Apr 24 13:38:36 2013 +0300 |
committer | Gleb Natapov <gleb@redhat.com> | Thu Apr 25 10:03:50 2013 +0300 |
tree | 376a0701d4e8b4d148d87a5a5e8bcb7668fc360f | |
parent | d1fa0352a151a597e8749e7be84121a1ff0d3502 [diff] |
KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructions Source operand for one byte mov[zs]x is decoded incorrectly if it is in high byte register. Fix that. Cc: stable@vger.kernel.org Signed-off-by: Gleb Natapov <gleb@redhat.com>