hw/sd: use guest error logging rather than fprintf to stderr
commit9800ad88c8e0f150284c240fb2e2d08c3e1e02d5
authorAndrew Baumann <Andrew.Baumann@microsoft.com>
Thu, 18 Feb 2016 14:16:20 +0000 (18 14:16 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Feb 2016 14:50:50 +0000 (18 14:50 +0000)
tree8367c8375640ddc46f17982b33f132e3ee03c8c0
parentdd26eb43337adf53d22b3fda3591e3837bc08b8c
hw/sd: use guest error logging rather than fprintf to stderr

Some of these errors may be harmless (e.g. probing unimplemented
commands, or issuing CMD12 in the wrong state), and may also be quite
frequent. Spamming the standard error output isn't desirable in such
cases.

Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Andrew Baumann <Andrew.Baumann@microsoft.com>
Message-id: 1454902521-21164-4-git-send-email-Andrew.Baumann@microsoft.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/sd/sd.c