From: Avi Kivity Date: Tue, 13 Sep 2011 07:45:38 +0000 (+0300) Subject: KVM: x86 emulator: fix Src2CL decode X-Git-Tag: v3.1-rc8~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9be3be1f153e90ea4e1e5b6ed1d72a73d44318d1;p=pandora-kernel.git KVM: x86 emulator: fix Src2CL decode Src2CL decode (used for double width shifts) erronously decodes only bit 3 of %rcx, instead of bits 7:0. Fix by decoding %cl in its entirety. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed