diff options
author | Peter Maydell | 2020-03-09 22:58:18 +0100 |
---|---|---|
committer | Peter Maydell | 2020-03-12 12:20:20 +0100 |
commit | 6fe6d6c9a953901251e1a85088f0a61ff5caf648 (patch) | |
tree | 1a6fd6d7c792d6bcebe4313d1795f3b4c4eac047 /docs/devel/tcg.rst | |
parent | docs: Move arm-cpu-features.rst into the system manual (diff) | |
download | qemu-6fe6d6c9a953901251e1a85088f0a61ff5caf648.tar.gz qemu-6fe6d6c9a953901251e1a85088f0a61ff5caf648.tar.xz qemu-6fe6d6c9a953901251e1a85088f0a61ff5caf648.zip |
docs: Be consistent about capitalization of 'Arm'
The company 'Arm' went through a rebranding some years back
involving a recapitalization from 'ARM' to 'Arm'. As a result
our documentation is a bit inconsistent between the two forms.
It's not worth trying to update everywhere in QEMU, but it's
easy enough to make docs/ consistent.
Note that "ARMv8" and similar architecture names, and
older CPU names like "ARM926" still retain all-caps.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Message-id: 20200309215818.2021-6-peter.maydell@linaro.org
Diffstat (limited to 'docs/devel/tcg.rst')
-rw-r--r-- | docs/devel/tcg.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/tcg.rst b/docs/devel/tcg.rst index 4956a30a4e..4ebde44b9d 100644 --- a/docs/devel/tcg.rst +++ b/docs/devel/tcg.rst @@ -83,7 +83,7 @@ memory until the end of the translation block. This is done for internal emulation state that is rarely accessed directly by the program and/or changes very often throughout the execution of a translation block---this includes condition codes on x86, delay slots on SPARC, conditional execution on -ARM, and so on. This state is stored for each target instruction, and +Arm, and so on. This state is stored for each target instruction, and looked up on exceptions. MMU emulation |