Alistair Francis e481a1f63c generic-loader: Add a generic loader
Add a generic loader to QEMU which can be used to load images or set
memory values.

Internally inside QEMU this is a device. It is a strange device that
provides no hardware interface but allows QEMU to monkey patch memory
specified when it is created. To be able to do this it has a reset
callback that does the memory operations.

This device allows the user to monkey patch memory. To be able to do
this it needs a backend to manage the datas, the same as other
memory-related devices. In this case as the backend is so trivial we
have merged it with the frontend instead of creating and maintaining a
seperate backend.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Markus Armbruster <armbru@redhat.com>
Message-id: 10f2a9dce5e5e11b6c6d959415b0ad6ee22bcba5.1475195078.git.alistair.francis@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2016-10-04 13:28:09 +01:00
..
2016-10-04 13:28:07 +01:00
2016-10-04 13:28:07 +01:00
2016-10-04 13:28:09 +01:00
2016-09-23 10:29:40 +10:00
2016-05-18 15:04:27 +03:00
2016-09-08 18:05:21 +04:00
2016-06-24 05:13:57 +03:00
2016-09-23 19:03:56 +03:00
2016-09-23 12:39:07 +10:00
2016-09-15 15:32:22 +03:00
2016-10-04 13:28:07 +01:00
2016-09-15 15:32:22 +03:00
2016-05-19 16:42:30 +02:00
2016-09-08 18:05:22 +04:00
2016-06-22 12:53:26 +02:00