]> git.proxmox.com Git - qemu.git/commit - memory.c
memory: move endianness compensation to memory core
authorAvi Kivity <avi@redhat.com>
Sun, 20 Nov 2011 14:22:55 +0000 (16:22 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 4 Jan 2012 11:34:49 +0000 (13:34 +0200)
commitbe675c972088eba210e18dc125613e9f205a6bfb
tree8b980da41377565172d1ec921d7e1b303ac53dcb
parent7638e0d220df9dd150492ec59ac9683015e3c8ba
memory: move endianness compensation to memory core

Instead of doing device endianness compensation in cpu_register_io_memory(),
do it in the memory core.

Signed-off-by: Avi Kivity <avi@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
exec-obsolete.h
exec.c
memory.c