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/user | |
| parent | 75dbfbad68461cd48bf283964bcf319aaa11570a (diff) | |
| download | focaccia-qemu-7f6314427e78283f84e6f1b425a122b260a6ac50.tar.gz focaccia-qemu-7f6314427e78283f84e6f1b425a122b260a6ac50.zip | |
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/user')
| -rw-r--r-- | docs/user/main.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/user/main.rst b/docs/user/main.rst index 7a126ee809..80a77f0a0c 100644 --- a/docs/user/main.rst +++ b/docs/user/main.rst @@ -1,3 +1,5 @@ +.. _user-mode: + QEMU User space emulator ======================== @@ -42,6 +44,8 @@ QEMU was conceived so that ultimately it can emulate itself. Although it is not very useful, it is an important test to show the power of the emulator. +.. _linux-user-mode: + Linux User space emulator ------------------------- @@ -175,6 +179,8 @@ Other binaries * ``qemu-sparc64`` can execute some Sparc64 (Sparc64 CPU, 64 bit ABI) and SPARC32PLUS binaries (Sparc64 CPU, 32 bit ABI). +.. _bsd-user-mode: + BSD User space emulator ----------------------- |