commit | c49d1c37d89a2ea994861600859b7dcd3ffa4ede | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Apr 12 00:33:23 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Jun 05 12:14:18 2024 -0700 |
tree | 7ffa4ab7e75b882876970e23a54d391aefc97407 | |
parent | 53ee5f551e5743516c90a662425276cae4cf0aeb [diff] |
util/hexdump: Add unit_len and block_len to qemu_hexdump_line Generalize the current 1 byte unit and 4 byte blocking within the output. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20240412073346.458116-5-richard.henderson@linaro.org>