diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2025-07-25 16:45:04 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2025-07-26 23:04:35 +0100 |
commit | 8d6c7de1cc71207ccc047583df0c84363a5da16b (patch) | |
tree | 13afb60ba2d2c220d7c0a0e951598c84570ac241 | |
parent | c017386f28c03a03b8f14444f8671d3d8f7180fe (diff) | |
download | qemu-8d6c7de1cc71207ccc047583df0c84363a5da16b.zip qemu-8d6c7de1cc71207ccc047583df0c84363a5da16b.tar.gz qemu-8d6c7de1cc71207ccc047583df0c84363a5da16b.tar.bz2 |
docs/user: clarify user-mode expects the same OS
While we somewhat cover this later when we talk about supported
operating systems make it clear in the front matter.
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250725154517.3523095-2-alex.bennee@linaro.org>
-rw-r--r-- | docs/user/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/user/index.rst b/docs/user/index.rst index 782d27c..2307580 100644 --- a/docs/user/index.rst +++ b/docs/user/index.rst @@ -5,8 +5,9 @@ User Mode Emulation ------------------- This section of the manual is the overall guide for users using QEMU -for user-mode emulation. In this mode, QEMU can launch -processes compiled for one CPU on another CPU. +for user-mode emulation. In this mode, QEMU can launch programs +compiled for one CPU architecture on the same Operating System (OS) +but running on a different CPU architecture. .. toctree:: :maxdepth: 2 |