aboutsummaryrefslogtreecommitdiff
path: root/util/hexdump.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-05util/hexdump: Inline g_string_append_printf "%02x"Richard Henderson1-1/+11
2024-06-05util/hexdump: Add unit_len and block_len to qemu_hexdump_lineRichard Henderson1-9/+21
2024-06-05util/hexdump: Use a GString for qemu_hexdump_lineRichard Henderson1-11/+16
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson1-22/+30
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson1-7/+6
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau1-1/+1
2020-09-29util/hexdump: introduce qemu_hexdump_line()Laurent Vivier1-20/+34
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé1-2/+2
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé1-1/+3
2016-04-06util: Improved qemu_hexmap() to include an ascii dump of the bufferIsaac Lozano1-11/+22
2016-02-04util: Clean up includesPeter Maydell1-0/+1
2013-05-20Rename hexdump to avoid FreeBSD libutil conflictEd Maste1-1/+1
2013-03-15iov: Factor out hexdumperPeter Crosthwaite1-0/+37