diff options
author | Alistair Francis | 2016-10-04 14:28:09 +0200 |
---|---|---|
committer | Peter Maydell | 2016-10-04 14:28:09 +0200 |
commit | e481a1f63c93344974f799a5e38df980ef5f7f9c (patch) | |
tree | 6221bbf624aad20c724f79271db0dcff74b3343f /MAINTAINERS | |
parent | ARM: Virt: ACPI: Add GIC ITS description in ACPI MADT table (diff) | |
download | qemu-e481a1f63c93344974f799a5e38df980ef5f7f9c.tar.gz qemu-e481a1f63c93344974f799a5e38df980ef5f7f9c.tar.xz qemu-e481a1f63c93344974f799a5e38df980ef5f7f9c.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 88fd6745fc..76a0fdb2c4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1029,6 +1029,12 @@ M: Dmitry Fleytman <dmitry@daynix.com> S: Maintained F: hw/net/e1000e* +Generic Loader +M: Alistair Francis <alistair.francis@xilinx.com> +S: Maintained +F: hw/core/generic-loader.c +F: include/hw/core/generic-loader.h + Subsystems ---------- Audio |