projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae2b720
)
libqos: usb-hcd-ehci: use 32-bit write for config register
author
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 23 Jun 2020 16:18:24 +0000
(12:18 -0400)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 26 Jun 2020 10:45:29 +0000
(06:45 -0400)
The memory region ops have min_access_size == 4 so obey it.
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/qtest/usb-hcd-ehci-test.c
patch
|
blob
|
history
diff --git
a/tests/qtest/usb-hcd-ehci-test.c
b/tests/qtest/usb-hcd-ehci-test.c
index 5251d539e90f2ff914f7e8d1a5c51ce6ed68fb4c..c51e8bb223be1679051566438d151e6eb832daff 100644
(file)
--- a/
tests/qtest/usb-hcd-ehci-test.c
+++ b/
tests/qtest/usb-hcd-ehci-test.c
@@
-96,7
+96,7
@@
static void pci_ehci_port_1(void)
static void pci_ehci_config(void)
{
/* hands over all ports from companion uhci to ehci */
- qpci_io_write
w
(ehci1.dev, ehci1.bar, 0x60, 1);
+ qpci_io_write
l
(ehci1.dev, ehci1.bar, 0x60, 1);
}
static void pci_uhci_port_2(void)