aboutsummaryrefslogtreecommitdiff
path: root/docs/replay.txt
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2020-03-09 21:58:18 +0000
committerPeter Maydell <peter.maydell@linaro.org>2020-03-12 11:20:20 +0000
commit6fe6d6c9a953901251e1a85088f0a61ff5caf648 (patch)
tree1a6fd6d7c792d6bcebe4313d1795f3b4c4eac047 /docs/replay.txt
parent34f18ab14d7197d13d7e93300e3b9a3853c7efc8 (diff)
downloadqemu-6fe6d6c9a953901251e1a85088f0a61ff5caf648.zip
qemu-6fe6d6c9a953901251e1a85088f0a61ff5caf648.tar.gz
qemu-6fe6d6c9a953901251e1a85088f0a61ff5caf648.tar.bz2
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/replay.txt')
-rw-r--r--docs/replay.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/replay.txt b/docs/replay.txt
index f4619a6..70c27ed 100644
--- a/docs/replay.txt
+++ b/docs/replay.txt
@@ -19,7 +19,7 @@ Deterministic replay has the following features:
the memory, state of the hardware devices, clocks, and screen of the VM.
* Writes execution log into the file for later replaying for multiple times
on different machines.
- * Supports i386, x86_64, and ARM hardware platforms.
+ * Supports i386, x86_64, and Arm hardware platforms.
* Performs deterministic replay of all operations with keyboard and mouse
input devices.