]> xenbits.xensource.com Git - qemu-upstream-unstable.git/commit
target-i386: fix movntsd on big-endian hosts
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 7 Jan 2015 16:36:27 +0000 (17:36 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 23 Feb 2015 00:15:01 +0000 (18:15 -0600)
commit8d1fdb16cd92fee24c9d6e7181ae29ac2585c0d1
tree7cadcfb8d3e0cad645067f2b2a104eae0f1e42ca
parentb0a231a9a9ab7cca0ad24b8c2eb2249e17727fdb
target-i386: fix movntsd on big-endian hosts

This was accessing an XMM register's low half without going through XMM_Q.

Cc: qemu-stable@nongnu.org
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 07958082fdf39284935d38a5b8aec1fe7d020637)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-i386/translate.c