Hi all. qemu_hexdump() wrongly indents ASCII part of the output for the list line, it it's not bound to 16-bytes boundary. Let's fix.
v2: add test Vladimir Sementsov-Ogievskiy (2): util/hexdump: fix QEMU_HEXDUMP_LINE_WIDTH logic tests/unit: add unit test for qemu_hexdump() tests/unit/test-cutils.c | 43 ++++++++++++++++++++++++++++++++++++++++ util/hexdump.c | 38 ++++++++++++++++++++++------------- 2 files changed, 67 insertions(+), 14 deletions(-) -- 2.48.1
