qemu-e2k/hw/m68k
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
..
Makefile.objs hw: move char devices to hw/char/, configure via default-configs/ 2013-04-08 18:13:14 +02:00
an5206.c hw/core/loader: implement address translation in uimage loader 2014-11-03 00:59:10 +03:00
dummy_m68k.c hw/core/loader: implement address translation in uimage loader 2014-11-03 00:59:10 +03:00
mcf5206.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
mcf5208.c hw/core/loader: implement address translation in uimage loader 2014-11-03 00:59:10 +03:00
mcf_intc.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00