qemu/hw/xtensa
Max Filippov 25bda50a0c hw/core/loader: implement address translation in uimage loader
Such address translation is needed when load address recorded in uImage
is a virtual address. When the actual load address is requested, return
untranslated address: user that needs the translated address can always
apply translation function to it and those that need it untranslated
don't need to do the inverse translation.

Add translation function pointer and its parameter to uimage_load
prototype. Update all existing users.

No user-visible functional changes.

Cc: qemu-stable@nongnu.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
2014-11-03 00:59:10 +03:00
..
bootparam.h hw/xtensa/xtfpga: add memory info to bootparam 2014-06-29 02:32:42 +04:00
Makefile.objs hw/xtensa: remove extraneous xtensa_ prefix from file names 2014-06-29 02:32:41 +04:00
pic_cpu.c target-xtensa: avoid duplicate timer interrupt delivery 2014-11-03 00:51:44 +03:00
sim.c memory: add parameter errp to memory_region_init_ram 2014-09-09 13:41:43 +02:00
xtfpga.c hw/core/loader: implement address translation in uimage loader 2014-11-03 00:59:10 +03:00