diff options
author | Gerd Hoffmann | 2012-07-11 11:06:05 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2012-07-12 15:00:50 +0200 |
commit | 7efc17af9a08839a05771541959696875e06cf99 (patch) | |
tree | 94e3b3e1e04e937e87b4b64369fa7571fa1a4050 /trace-events | |
parent | ehci: raise irq in the frame timer (diff) | |
download | qemu-7efc17af9a08839a05771541959696875e06cf99.tar.gz qemu-7efc17af9a08839a05771541959696875e06cf99.tar.xz qemu-7efc17af9a08839a05771541959696875e06cf99.zip |
ehci: implement Interrupt Threshold Control support
Also reorganize and comment the irq functions while being at it.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-events b/trace-events index 04b3d93861..e45c7e5952 100644 --- a/trace-events +++ b/trace-events @@ -258,7 +258,7 @@ usb_ehci_port_reset(uint32_t port, int enable) "reset port #%d - %d" usb_ehci_data(int rw, uint32_t cpage, uint32_t offset, uint32_t addr, uint32_t len, uint32_t bufpos) "write %d, cpage %d, offset 0x%03x, addr 0x%08x, len %d, bufpos %d" usb_ehci_queue_action(void *q, const char *action) "q %p: %s" usb_ehci_packet_action(void *q, void *p, const char *action) "q %p p %p: %s" -usb_ehci_interrupt(uint32_t level, uint32_t sts, uint32_t mask) "level %d, sts 0x%x, mask 0x%x" +usb_ehci_irq(uint32_t level, uint32_t frindex, uint32_t sts, uint32_t mask) "level %d, frindex 0x%04x, sts 0x%x, mask 0x%x" # hw/usb/hcd-uhci.c usb_uhci_reset(void) "=== RESET ===" |