diff options
author | Avi Kivity <avi@redhat.com> | 2011-11-20 16:22:55 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-01-04 13:34:49 +0200 |
commit | be675c972088eba210e18dc125613e9f205a6bfb (patch) | |
tree | 8b980da41377565172d1ec921d7e1b303ac53dcb /exec-obsolete.h | |
parent | 7638e0d220df9dd150492ec59ac9683015e3c8ba (diff) |
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>
Diffstat (limited to 'exec-obsolete.h')
-rw-r--r-- | exec-obsolete.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec-obsolete.h b/exec-obsolete.h index 698d7fc411..79f989c654 100644 --- a/exec-obsolete.h +++ b/exec-obsolete.h @@ -33,7 +33,7 @@ void qemu_ram_free_from_ptr(ram_addr_t addr); int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read, CPUWriteMemoryFunc * const *mem_write, - void *opaque, enum device_endian endian); + void *opaque); void cpu_unregister_io_memory(int table_address); void cpu_register_physical_memory_log(target_phys_addr_t start_addr, |