diff options
author | Peter Maydell | 2020-07-13 19:57:46 +0200 |
---|---|---|
committer | Peter Maydell | 2020-07-20 12:35:17 +0200 |
commit | 6a0b7505f1fd6769c3f1558fda76464d51e4118a (patch) | |
tree | 02acfdceb82e3052b6c230c3467f7a77b5588c56 /MAINTAINERS | |
parent | docs/system: Briefly document gumstix boards (diff) | |
download | qemu-6a0b7505f1fd6769c3f1558fda76464d51e4118a.tar.gz qemu-6a0b7505f1fd6769c3f1558fda76464d51e4118a.tar.xz qemu-6a0b7505f1fd6769c3f1558fda76464d51e4118a.zip |
docs/system: Document the arm virt board
Document the arm 'virt' board, which has been undocumented
for far too long given that it is the main recommended board
type for arm guests.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20200713175746.5936-5-peter.maydell@linaro.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 935ccb3ab3..5e8616821a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -880,6 +880,7 @@ L: qemu-arm@nongnu.org S: Maintained F: hw/arm/virt* F: include/hw/arm/virt.h +F: docs/system/arm/virt.rst Xilinx Zynq M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |