commit | 89a87c67791b840d815a2028b88cefe6906ed42c | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Thu Aug 30 01:30:14 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Sep 05 12:41:11 2012 +0300 |
tree | 003a6870a0bb5724f1cc2a15beecfae6793bbe54 | |
parent | 326d07cb30fed2387efccd4bf3bd8e4f28719e9e [diff] |
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>