]> git.proxmox.com Git - qemu.git/commit
memory: check memory region endianness, not target's
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 22 Jul 2013 13:54:37 +0000 (15:54 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 25 Jul 2013 13:12:28 +0000 (08:12 -0500)
commite7342aa39b3193473ded24cbf2233930665796e9
tree020ff8382b6888fcb2c8949739274ef72f437d42
parent547e9201c52629eef71b0eb8cb48dacc50bcf759
memory: check memory region endianness, not target's

When combining multiple accesses into a single value, we need to do so
in the device's desired endianness.  The target endianness does not have
any influence.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1374501278-31549-28-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
memory.c