mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
usb-ehci: trace buffer copy
Add a trace point for buffer copies and drop the DPRINTF's. No change in behavior. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
c4f8e21165
commit
f2c88dc10e
2 changed files with 2 additions and 7 deletions
|
@ -207,6 +207,7 @@ disable usb_ehci_itd(uint32_t addr, uint32_t next) "ITD @ %08x: next %08x"
|
|||
disable usb_ehci_port_attach(uint32_t port, const char *device) "attach port #%d - %s"
|
||||
disable usb_ehci_port_detach(uint32_t port) "detach port #%d"
|
||||
disable usb_ehci_port_reset(uint32_t port, int enable) "reset port #%d - %d"
|
||||
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"
|
||||
|
||||
# hw/usb-desc.c
|
||||
disable usb_desc_device(int addr, int len, int ret) "dev %d query device, len %d, ret %d"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue