diff options
| author | Peter Crosthwaite | 2013-03-15 17:41:58 +0100 |
|---|---|---|
| committer | Peter Maydell | 2013-03-15 17:41:58 +0100 |
| commit | 6ff66f50f0999c3455c39de68fc2d2949963c796 (patch) | |
| tree | 5cb3336e13bfed55ac266933c4879aea2fffe4db /util/Makefile.objs | |
| parent | hw/vexpress: Set reset values for daughterboard oscillators (diff) | |
| download | qemu-6ff66f50f0999c3455c39de68fc2d2949963c796.tar.gz qemu-6ff66f50f0999c3455c39de68fc2d2949963c796.tar.xz qemu-6ff66f50f0999c3455c39de68fc2d2949963c796.zip | |
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.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/Makefile.objs b/util/Makefile.objs index cad5ce87db..557bda7a15 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 |
