aboutsummaryrefslogtreecommitdiff
path: root/util/hexdump.c
AgeCommit message (Expand)Author
2024-06-05util/hexdump: Inline g_string_append_printf "%02x"Richard Henderson
2024-06-05util/hexdump: Add unit_len and block_len to qemu_hexdump_lineRichard Henderson
2024-06-05util/hexdump: Use a GString for qemu_hexdump_lineRichard Henderson
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau
2020-09-29util/hexdump: introduce qemu_hexdump_line()Laurent Vivier
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé
2016-04-06util: Improved qemu_hexmap() to include an ascii dump of the bufferIsaac Lozano
2016-02-04util: Clean up includesPeter Maydell
2013-05-20Rename hexdump to avoid FreeBSD libutil conflictEd Maste
2013-03-15iov: Factor out hexdumperPeter Crosthwaite