提交 fc0ddaca 编写于 作者: G Gerd Hoffmann

xhci: trace: run+stop

Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
上级 2d754a10
...@@ -813,14 +813,13 @@ static void xhci_er_reset(XHCIState *xhci) ...@@ -813,14 +813,13 @@ static void xhci_er_reset(XHCIState *xhci)
static void xhci_run(XHCIState *xhci) static void xhci_run(XHCIState *xhci)
{ {
DPRINTF("xhci_run()\n"); trace_usb_xhci_run();
xhci->usbsts &= ~USBSTS_HCH; xhci->usbsts &= ~USBSTS_HCH;
} }
static void xhci_stop(XHCIState *xhci) static void xhci_stop(XHCIState *xhci)
{ {
DPRINTF("xhci_stop()\n"); trace_usb_xhci_stop();
xhci->usbsts |= USBSTS_HCH; xhci->usbsts |= USBSTS_HCH;
xhci->crcr_low &= ~CRCR_CRR; xhci->crcr_low &= ~CRCR_CRR;
} }
......
...@@ -291,6 +291,8 @@ usb_uhci_td_complete(uint32_t qh, uint32_t td) "qh 0x%x, td 0x%x" ...@@ -291,6 +291,8 @@ usb_uhci_td_complete(uint32_t qh, uint32_t td) "qh 0x%x, td 0x%x"
# hw/usb/hcd-xhci.c # hw/usb/hcd-xhci.c
usb_xhci_reset(void) "=== RESET ===" usb_xhci_reset(void) "=== RESET ==="
usb_xhci_run(void) ""
usb_xhci_stop(void) ""
usb_xhci_cap_read(uint32_t off, uint32_t val) "off 0x%04x, ret 0x%08x" usb_xhci_cap_read(uint32_t off, uint32_t val) "off 0x%04x, ret 0x%08x"
usb_xhci_oper_read(uint32_t off, uint32_t val) "off 0x%04x, ret 0x%08x" usb_xhci_oper_read(uint32_t off, uint32_t val) "off 0x%04x, ret 0x%08x"
usb_xhci_port_read(uint32_t port, uint32_t off, uint32_t val) "port %d, off 0x%04x, ret 0x%08x" usb_xhci_port_read(uint32_t port, uint32_t off, uint32_t val) "port %d, off 0x%04x, ret 0x%08x"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册