Revision 8ac6d699 trace-events

b/trace-events
201 201
disable usb_ehci_mmio_change(uint32_t addr, const char *str, uint32_t new, uint32_t old) "ch mmio %04x [%s] = %x (old: %x)"
202 202
disable usb_ehci_usbsts(const char *sts, int state) "usbsts %s %d"
203 203
disable usb_ehci_state(const char *schedule, const char *state) "%s schedule %s"
204
disable usb_ehci_qh(uint32_t addr, uint32_t next, uint32_t c_qtd, uint32_t n_qtd, uint32_t a_qtd, int rl, int mplen, int eps, int ep, int devaddr, int c, int h, int dtc, int i) "QH @ %08x: next %08x qtds %08x,%08x,%08x - rl %d, mplen %d, eps %d, ep %d, dev %d, c %d, h %d, dtc %d, i %d"
205
disable usb_ehci_qtd(uint32_t addr, uint32_t next, uint32_t altnext, int tbytes, int cpage, int cerr, int pid, int ioc, int active, int halt, int babble, int xacterr) "QH @ %08x: next %08x altnext %08x - tbytes %d, cpage %d, cerr %d, pid %d, ioc %d, active %d, halt %d, babble %d, xacterr %d"
204
disable usb_ehci_qh(void *q, uint32_t addr, uint32_t next, uint32_t c_qtd, uint32_t n_qtd, uint32_t a_qtd, int rl, int mplen, int eps, int ep, int devaddr, int c, int h, int dtc, int i) "q %p - QH @ %08x: next %08x qtds %08x,%08x,%08x - rl %d, mplen %d, eps %d, ep %d, dev %d, c %d, h %d, dtc %d, i %d"
205
disable usb_ehci_qtd(void *q, uint32_t addr, uint32_t next, uint32_t altnext, int tbytes, int cpage, int cerr, int pid, int ioc, int active, int halt, int babble, int xacterr) "q %p - QTD @ %08x: next %08x altnext %08x - tbytes %d, cpage %d, cerr %d, pid %d, ioc %d, active %d, halt %d, babble %d, xacterr %d"
206 206
disable usb_ehci_itd(uint32_t addr, uint32_t next) "ITD @ %08x: next %08x"
207 207
disable usb_ehci_port_attach(uint32_t port, const char *device) "attach port #%d - %s"
208 208
disable usb_ehci_port_detach(uint32_t port) "detach port #%d"
209 209
disable usb_ehci_port_reset(uint32_t port, int enable) "reset port #%d - %d"
210 210
disable 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"
211
disable usb_ehci_queue_action(void *q, const char *action) "q %p: %s"
211 212

  
212 213
# hw/usb-desc.c
213 214
disable usb_desc_device(int addr, int len, int ret) "dev %d query device, len %d, ret %d"

Also available in: Unified diff