From: Jes Sorensen Date: Tue, 20 May 2008 11:13:50 +0000 (+0200) Subject: KVM: ia64: fix zero extending for mmio ld1/2/4 emulation in KVM X-Git-Tag: v2.6.26-rc6~11^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f20d2752980c144c82649eb18746ef0c29f508dd;p=pandora-kernel.git KVM: ia64: fix zero extending for mmio ld1/2/4 emulation in KVM Only copy in the data actually requested by the instruction emulation and zero pad the destination register first. This avoids the problem where emulated mmio access got garbled data from ld2.acq instructions in the vga console driver. Signed-off-by: Jes Sorensen Acked-by: Xiantao Zhang Signed-off-by: Avi Kivity --- Reading git-diff-tree failed