]> git.ipfire.org Git - thirdparty/qemu.git/commit
util: Improved qemu_hexmap() to include an ascii dump of the buffer
authorIsaac Lozano <109lozanoi@gmail.com>
Fri, 25 Mar 2016 10:42:15 +0000 (03:42 -0700)
committerJason Wang <jasowang@redhat.com>
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 <thuth@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Isaac Lozano <109lozanoi@gmail.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/net.c
util/hexdump.c