Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
qemu
提交
1defcbd1
Q
qemu
项目概览
openeuler
/
qemu
通知
10
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
Q
qemu
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
1defcbd1
编写于
8月 31, 2012
作者:
G
Gerd Hoffmann
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ehci: add doorbell trace events
Signed-off-by:
N
Gerd Hoffmann
<
kraxel@redhat.com
>
上级
5c514681
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
4 addition
and
1 deletion
+4
-1
hw/usb/hcd-ehci.c
hw/usb/hcd-ehci.c
+2
-1
trace-events
trace-events
+2
-0
未找到文件。
hw/usb/hcd-ehci.c
浏览文件 @
1defcbd1
...
...
@@ -1241,6 +1241,7 @@ static void ehci_mem_writel(void *ptr, target_phys_addr_t addr, uint32_t val)
*/
s
->
async_stepdown
=
0
;
qemu_bh_schedule
(
s
->
async_bh
);
trace_usb_ehci_doorbell_ring
();
}
if
(((
USBCMD_RUNSTOP
|
USBCMD_PSE
|
USBCMD_ASE
)
&
val
)
!=
...
...
@@ -2335,7 +2336,7 @@ static void ehci_advance_async_state(EHCIState *ehci)
if
(
ehci
->
usbcmd
&
USBCMD_IAAD
)
{
/* Remove all unseen qhs from the async qhs queue */
ehci_queues_rip_unused
(
ehci
,
async
,
1
);
DPRINTF
(
"ASYNC: doorbell request acknowledged
\n
"
);
trace_usb_ehci_doorbell_ack
(
);
ehci
->
usbcmd
&=
~
USBCMD_IAAD
;
ehci_raise_irq
(
ehci
,
USBSTS_IAA
);
}
...
...
trace-events
浏览文件 @
1defcbd1
...
...
@@ -264,6 +264,8 @@ 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_irq(uint32_t level, uint32_t frindex, uint32_t sts, uint32_t mask) "level %d, frindex 0x%04x, sts 0x%x, mask 0x%x"
usb_ehci_guest_bug(const char *reason) "%s"
usb_ehci_doorbell_ring(void) ""
usb_ehci_doorbell_ack(void) ""
# hw/usb/hcd-uhci.c
usb_uhci_reset(void) "=== RESET ==="
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录