]> Git Repo - qemu.git/commit - util/hexdump.c
util: Improved qemu_hexmap() to include an ascii dump of the buffer
authorIsaac Lozano <[email protected]>
Fri, 25 Mar 2016 10:42:15 +0000 (03:42 -0700)
committerJason Wang <[email protected]>
Wed, 6 Apr 2016 01:52:07 +0000 (09:52 +0800)
commita1555559ab5bad24fcd1c56fd39284afad8f5af7
treee446c79cc63313884b9b6b9998475eee8e399202
parent7acbff99c6c285b3070bf0e768d56f511e2bf346
util: Improved qemu_hexmap() to include an ascii dump of the buffer

qemu_hexdump() in util/hexdump.c has been changed to give also include a
ascii dump of the buffer. Also, calls to hex_dump() in net/net.c have
been replaced with calls to qemu_hexdump(). This takes care of two misc
BiteSized Tasks.

Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Isaac Lozano <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
net/net.c
util/hexdump.c
This page took 0.023592 seconds and 4 git commands to generate.