From: Mathias Krause Date: Wed, 29 Aug 2012 23:30:14 +0000 (+0200) Subject: KVM: x86 emulator: use aligned variants of SSE register ops X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89a87c67791b840d815a2028b88cefe6906ed42c;p=pandora-kernel.git KVM: x86 emulator: use aligned variants of SSE register ops As the the compiler ensures that the memory operand is always aligned to a 16 byte memory location, use the aligned variant of MOVDQ for read_sse_reg() and write_sse_reg(). Signed-off-by: Mathias Krause Signed-off-by: Avi Kivity --- Reading git-diff-tree failed