summaryrefslogtreecommitdiffstats
path: root/util/Makefile.objs
diff options
context:
space:
mode:
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>2013-03-15 16:41:58 +0000
committerPeter Maydell <peter.maydell@linaro.org>2013-03-15 16:41:58 +0000
commit6ff66f50f0999c3455c39de68fc2d2949963c796 (patch)
tree5cb3336e13bfed55ac266933c4879aea2fffe4db /util/Makefile.objs
parent9c7d489379c2a2923b4805d337dfd54f2f432449 (diff)
downloadhqemu-6ff66f50f0999c3455c39de68fc2d2949963c796.zip
hqemu-6ff66f50f0999c3455c39de68fc2d2949963c796.tar.gz
iov: Factor out hexdumper
Factor out the hexdumper functionality from iov for all to use. Useful for creating verbose debug printfery that dumps packet data. Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: faaac219c55ea586d3f748befaf5a2788fd271b8.1361853677.git.peter.crosthwaite@xilinx.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'util/Makefile.objs')
-rw-r--r--util/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/Makefile.objs b/util/Makefile.objs
index cad5ce8..557bda7 100644
--- a/util/Makefile.objs
+++ b/util/Makefile.objs
@@ -9,3 +9,4 @@ util-obj-y += error.o qemu-error.o
util-obj-$(CONFIG_POSIX) += compatfd.o
util-obj-y += iov.o aes.o qemu-config.o qemu-sockets.o uri.o notify.o
util-obj-y += qemu-option.o qemu-progress.o
+util-obj-y += hexdump.o
OpenPOWER on IntegriCloud