KVM: x86 emulator: fix src, dst value initialization
authorNitin A Kamble <nitin.a.kamble@intel.com>
Sat, 15 Sep 2007 07:43:33 +0000 (10:43 +0300)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:29 +0000 (10:18 +0200)
commit12fa272e315af43d549ce22f9988392d0121350e
tree9b2f33c44ac6b48b05e74f6243b8d6ff73d161f2
parent26a3e983d154beca544afd36f293cfef10657f24
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>
drivers/kvm/x86_emulate.c