Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xing Lin
qemu
Commits
8e9f18b6
Commit
8e9f18b6
authored
Aug 30, 2012
by
Gerd Hoffmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xhci: fix runtime write tracepoint
Signed-off-by:
Gerd Hoffmann
<
kraxel@redhat.com
>
parent
d829fde9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
hw/usb/hcd-xhci.c
hw/usb/hcd-xhci.c
+1
-1
No files found.
hw/usb/hcd-xhci.c
View file @
8e9f18b6
...
...
@@ -2518,7 +2518,7 @@ static uint32_t xhci_runtime_read(XHCIState *xhci, uint32_t reg)
static
void
xhci_runtime_write
(
XHCIState
*
xhci
,
uint32_t
reg
,
uint32_t
val
)
{
trace_usb_xhci_runtime_
read
(
reg
,
val
);
trace_usb_xhci_runtime_
write
(
reg
,
val
);
switch
(
reg
)
{
case
0x20
:
/* IMAN */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment