commit | 12fa272e315af43d549ce22f9988392d0121350e | [log] [tgz] |
---|---|---|
author | Nitin A Kamble <nitin.a.kamble@intel.com> | Sat Sep 15 10:43:33 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:29 2007 +0200 |
tree | 9b2f33c44ac6b48b05e74f6243b8d6ff73d161f2 | |
parent | 26a3e983d154beca544afd36f293cfef10657f24 [diff] |
KVM: x86 emulator: fix src, dst value initialization Some operand fetches are less than the machine word size and can result in stale bits if used together with operands of different sizes. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com>