diff options
author | Gerd Hoffmann | 2013-03-20 12:49:42 +0100 |
---|---|---|
committer | Gerd Hoffmann | 2013-04-03 09:55:49 +0200 |
commit | 0ab966cfcc7000baa2e7ef6df7771e73a2eb8a88 (patch) | |
tree | 42a0cdfee233a2cead213a30d261806fe1bfab70 /trace-events | |
parent | xhci: remove leftover debug printf (diff) | |
download | qemu-0ab966cfcc7000baa2e7ef6df7771e73a2eb8a88.tar.gz qemu-0ab966cfcc7000baa2e7ef6df7771e73a2eb8a88.tar.xz qemu-0ab966cfcc7000baa2e7ef6df7771e73a2eb8a88.zip |
xhci: remove unimplemented printfs
Replace them with a tracepoint, so they don't spam stderr by default.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-events b/trace-events index 7f34112424..412f7e40f8 100644 --- a/trace-events +++ b/trace-events @@ -380,6 +380,7 @@ usb_xhci_xfer_nak(void *xfer) "%p" usb_xhci_xfer_retry(void *xfer) "%p" usb_xhci_xfer_success(void *xfer, uint32_t bytes) "%p: len %d" usb_xhci_xfer_error(void *xfer, uint32_t ret) "%p: ret %d" +usb_xhci_unimplemented(const char *item, int nr) "%s (0x%x)" # hw/usb/desc.c usb_desc_device(int addr, int len, int ret) "dev %d query device, len %d, ret %d" |