]> git.proxmox.com Git - qemu.git/commit
hw/arm/nseries: don't print to stdout or stderr
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Apr 2013 15:17:58 +0000 (16:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Apr 2013 15:17:58 +0000 (16:17 +0100)
commit591f73f642a5f3c822c3efaae8d83a174371a4f5
tree93007ca69aef4e9a0ebdc67641d301c51a809c4a
parentd05ef160453e98546a4197496dc8a3cb2defac53
hw/arm/nseries: don't print to stdout or stderr

Remove various bits of printing to stdout or stderr from the
nseries code, replacing it with a qemu log message where there's
an appropriate log category, and just dropping the output for
some of the more debug-like printing.

In particular, this will get rid of the 'mipid_reset' message
you currently get from 'make check'.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Message-id: 1363368565-24546-1-git-send-email-peter.maydell@linaro.org
hw/arm/nseries.c