KVM: x86 emulator: use aligned variants of SSE register ops
authorMathias Krause <minipli@googlemail.com>
Wed, 29 Aug 2012 23:30:14 +0000 (01:30 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 5 Sep 2012 09:41:11 +0000 (12:41 +0300)
commit89a87c67791b840d815a2028b88cefe6906ed42c
tree003a6870a0bb5724f1cc2a15beecfae6793bbe54
parent326d07cb30fed2387efccd4bf3bd8e4f28719e9e
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 <minipli@googlemail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c