]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: add big endian support to access_with_adjusted_size
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 May 2013 10:54:01 +0000 (12:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 29 May 2013 14:27:22 +0000 (16:27 +0200)
commit08521e28c7e6e8cc1f53424a0f845f58d2ed9546
treecabda847a709c91d2d2f10514e73b813705ffe38
parenta014ed07bd5a93950fe12c88ed5faf188a22ee01
memory: add big endian support to access_with_adjusted_size

This will be used to split 8-byte access down to two four-byte accesses.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
memory.c