diff options
author | Alex Bennée | 2021-03-03 18:36:40 +0100 |
---|---|---|
committer | Alex Bennée | 2021-03-10 16:34:11 +0100 |
commit | 70f20110150ec60d112bbbc9a6f8b100cd203701 (patch) | |
tree | f0b880e3121580373d0c4336f67a2189c1d373c6 /MAINTAINERS | |
parent | hw/core: implement a guest-loader to support static hypervisor guests (diff) | |
download | qemu-70f20110150ec60d112bbbc9a6f8b100cd203701.tar.gz qemu-70f20110150ec60d112bbbc9a6f8b100cd203701.tar.xz qemu-70f20110150ec60d112bbbc9a6f8b100cd203701.zip |
docs: move generic-loader documentation into the main manual
We might as well surface this useful information in the manual so
users can find it easily. It is a fairly simple conversion to rst with
the only textual fixes being QemuOps to QemuOpts.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20210303173642.3805-6-alex.bennee@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 38644691dc..a1170bad5a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2020,7 +2020,7 @@ M: Alistair Francis <alistair@alistair23.me> S: Maintained F: hw/core/generic-loader.c F: include/hw/core/generic-loader.h -F: docs/generic-loader.txt +F: docs/system/generic-loader.rst Guest Loader M: Alex Bennée <alex.bennee@linaro.org> |