Re: [PATCH v3 04/27] util/hexdump: Add unit_len and block_len to qemu_hexdump_line

2024-04-12 Thread Philippe Mathieu-Daudé
On 12/4/24 09:33, Richard Henderson wrote: Generalize the current 1 byte unit and 4 byte blocking within the output. Signed-off-by: Richard Henderson --- include/qemu/cutils.h | 6 +- hw/virtio/vhost-vdpa.c | 2 +- util/hexdump.c | 30 +- 3 files

[PATCH v3 04/27] util/hexdump: Add unit_len and block_len to qemu_hexdump_line

2024-04-12 Thread Richard Henderson
Generalize the current 1 byte unit and 4 byte blocking within the output. Signed-off-by: Richard Henderson --- include/qemu/cutils.h | 6 +- hw/virtio/vhost-vdpa.c | 2 +- util/hexdump.c | 30 +- 3 files changed, 27 insertions(+), 11 deletions(-) diff