diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2020-07-27 16:12:10 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2020-07-27 16:12:10 +0100 |
| commit | 222f45b75970452b864f80cc4c0d3eb8f4862f64 (patch) | |
| tree | 3924c6eaa785bbe5371e3560f7ad8ec4bfca15e0 /docs/system/arm | |
| parent | a6d6f37aed4b171d121cd4a9363fbb41e90dcb53 (diff) | |
| download | focaccia-qemu-222f45b75970452b864f80cc4c0d3eb8f4862f64.tar.gz focaccia-qemu-222f45b75970452b864f80cc4c0d3eb8f4862f64.zip | |
docs/system/arm/virt: Document 'mte' machine option
Commit 6a0b7505f1fd6769c which added documentation of the virt board crossed in the post with commit 6f4e1405b91da0d0 which added a new 'mte' machine option. Update the docs to include the new option. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs/system/arm')
| -rw-r--r-- | docs/system/arm/virt.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/system/arm/virt.rst b/docs/system/arm/virt.rst index 6621ab7205..32dc5eb22e 100644 --- a/docs/system/arm/virt.rst +++ b/docs/system/arm/virt.rst @@ -79,6 +79,10 @@ virtualization Set ``on``/``off`` to enable/disable emulating a guest CPU which implements the Arm Virtualization Extensions. The default is ``off``. +mte + Set ``on``/``off`` to enable/disable emulating a guest CPU which implements the + Arm Memory Tagging Extensions. The default is ``off``. + highmem Set ``on``/``off`` to enable/disable placing devices and RAM in physical address space above 32 bits. The default is ``on`` for machine types |