qemu/hw/core
Peter Maydell 76151cacfe loader: Add load_image_mr() to load ROM image to a MemoryRegion
Add a new function load_image_mr(), which behaves like
load_image_targphys() except that it loads the ROM image to
a specified MemoryRegion rather than to a specified physical
address. This is useful when a ROM blob needs to be loaded
to a particular flash or ROM device but the address of that
device in the machine's address space is not known. (For
instance, ROMs in devices, or ROMs which might exist in
a different address space to the system address space.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1455288361-30117-3-git-send-email-peter.maydell@linaro.org
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
2016-03-04 11:30:17 +00:00
..
empty_slot.c
fw-path-provider.c
hotplug.c
irq.c
loader.c loader: Add load_image_mr() to load ROM image to a MemoryRegion 2016-03-04 11:30:17 +00:00
machine.c migration: allow machine to enforce configuration section migration 2016-02-28 16:19:02 +11:00
Makefile.objs
nmi.c
null-machine.c
platform-bus.c
ptimer.c
qdev-properties-system.c qom: Swap 'name' next to visitor in ObjectPropertyAccessor 2016-02-08 17:29:56 +01:00
qdev-properties.c qapi: Drop unused 'kind' for struct/enum visit 2016-02-08 17:29:57 +01:00
qdev.c qom: Swap 'name' next to visitor in ObjectPropertyAccessor 2016-02-08 17:29:56 +01:00
stream.c
sysbus.c
uboot_image.h