KVM: x86 emulator: initialize src.val and dst.val for register operands
authorAvi Kivity <avi@qumranet.com>
Mon, 14 Apr 2008 20:27:07 +0000 (23:27 +0300)
committerAvi Kivity <avi@qumranet.com>
Sun, 27 Apr 2008 15:21:33 +0000 (18:21 +0300)
commit66b85505736dbd3a3a0ed5ae38c12bb218b231c0
tree1515cb412b64efc4b45db4e861943f211f8688f2
parenta79d2f1805da02d7837ec2240f0093c53272fb3a
KVM: x86 emulator: initialize src.val and dst.val for register operands

This lets us treat the case where mod == 3 in the same manner as other cases.

Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/x86_emulate.c