summaryrefslogtreecommitdiffstats
path: root/tests/qtest/usb-hcd-ehci-test.c
Commit message (Collapse)AuthorAgeFilesLines
* libqos: usb-hcd-ehci: use 32-bit write for config registerPaolo Bonzini2020-06-261-1/+1
| | | | | | | 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>
* test: Move qtests to a separate directoryThomas Huth2020-01-121-0/+178
The tests directory itself is pretty overcrowded, and it's hard to see which test belongs to which test subsystem (unit, qtest, ...). Let's move the qtests to a separate folder for more clarity. Message-Id: <20191218103059.11729-6-thuth@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>