summaryrefslogtreecommitdiffstats
path: root/docs/replay.txt
diff options
context:
space:
mode:
authorPeter Maydell2019-03-06 12:58:10 +0100
committerPeter Maydell2019-03-06 12:58:10 +0100
commit9b748c5e061b1202fba59afd857e16a693743d90 (patch)
tree98d795211d01e15820961febb70af5c87576306d /docs/replay.txt
parentMerge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-mar-05-2019' ... (diff)
parentthunk: fix of malloc to g_new (diff)
downloadqemu-9b748c5e061b1202fba59afd857e16a693743d90.tar.gz
qemu-9b748c5e061b1202fba59afd857e16a693743d90.tar.xz
qemu-9b748c5e061b1202fba59afd857e16a693743d90.zip
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging
trivial patches pull request (20190206) - acpi: remove unused functions/variables - tests: remove useless architecture checks - some typo fixes and documentation update - flash_cfi02: fix memory leak # gpg: Signature made Wed 06 Mar 2019 11:05:12 GMT # gpg: using RSA key F30C38BD3F2FBE3C # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full] # gpg: aka "Laurent Vivier <laurent@vivier.eu>" [full] # gpg: aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full] # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F 5173 F30C 38BD 3F2F BE3C * remotes/vivier2/tags/trivial-branch-pull-request: thunk: fix of malloc to g_new hostmem-file: simplify ifdef-s in file_backend_memory_alloc() build: Correct explanation of unnest-vars example bswap: Fix accessors syntax in comment doc: fix typos for documents in tree block/pflash_cfi02: Fix memory leak and potential use-after-free hw/acpi: remove unnecessary variable acpi_table_builtin hw/acpi: remove unused function acpi_table_add_builtin() hw/i386/pc.c: remove unused function pc_acpi_init() tests: Remove (mostly) useless architecture checks Signed-off-by: Peter Maydell <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 3497585f5a..ee6aee9861 100644
--- a/docs/replay.txt
+++ b/docs/replay.txt
@@ -290,7 +290,7 @@ E.g., '-serial stdio' in record mode, and '-serial null' in replay mode.
Replay log format
-----------------
-Record/replay log consits of the header and the sequence of execution
+Record/replay log consists of the header and the sequence of execution
events. The header includes 4-byte replay version id and 8-byte reserved
field. Version is updated every time replay log format changes to prevent
using replay log created by another build of qemu.