OSDN Git Service

xhci: use DPRINTF() instead of fprintf(stderr, ...)
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 6 Feb 2014 12:13:21 +0000 (13:13 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 18 Feb 2014 14:39:13 +0000 (15:39 +0100)
commitd6bb65fcd24c8cb8c37ffe324c360f3b0c94b902
treea4e44c10b067ec176aa12ee5939c3f1f47d1ea7b
parent4f9cc7342281bfbbc1bfccc155c59551c06d63db
xhci: use DPRINTF() instead of fprintf(stderr, ...)

So we don't spam stderr with (guest-triggerable) messages by default.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c