diff options
author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-01-16 16:03:04 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2025-01-17 10:45:49 +0000 |
commit | 7f6314427e78283f84e6f1b425a122b260a6ac50 (patch) | |
tree | 36784343709fc05e23f713f40e011389c6d0dff0 /docs/system | |
parent | 75dbfbad68461cd48bf283964bcf319aaa11570a (diff) | |
download | qemu-7f6314427e78283f84e6f1b425a122b260a6ac50.zip qemu-7f6314427e78283f84e6f1b425a122b260a6ac50.tar.gz qemu-7f6314427e78283f84e6f1b425a122b260a6ac50.tar.bz2 |
docs/devel: add a codebase section
Present the various parts of QEMU and organization of codebase.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20241209183104.365796-6-pierrick.bouvier@linaro.org>
[AJB: tweak commit summary, update MAINTAINERS]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250116160306.1709518-36-alex.bennee@linaro.org>
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/qemu-block-drivers.rst.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/system/qemu-block-drivers.rst.inc b/docs/system/qemu-block-drivers.rst.inc index 384e95b..cfe1acb 100644 --- a/docs/system/qemu-block-drivers.rst.inc +++ b/docs/system/qemu-block-drivers.rst.inc @@ -500,6 +500,8 @@ What you should *never* do: - expect it to work when loadvm'ing - write to the FAT directory on the host system while accessing it with the guest system +.. _nbd: + NBD access ~~~~~~~~~~ |