]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/tcg: clean up output of memory system test
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 16 Sep 2024 08:53:52 +0000 (09:53 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 19 Sep 2024 14:58:01 +0000 (15:58 +0100)
commit34f29c6c5b82cb409292e018c7561ae2843cfce0
tree1d63eba25cff424550ca2bf112497d89cd2c0142
parent354b5c19b33d4a31f09022b22c1fef54f3931336
tests/tcg: clean up output of memory system test

This is useful information when debugging memory issues so lets
improve by:

  - include the ptr address for u8 fills (like the others)
  - indicate the number of operations for reads and writes
  - explicitly note when we are flushing
  - move the fill printf to after the reset

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240916085400.1046925-11-alex.bennee@linaro.org>
tests/tcg/multiarch/system/memory.c