Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-15 | libqos: allow qpci_iomap to return BAR mapping size | John Snow | |
This patch allows qpci_iomap to return the size of the BAR mapping that it created, to allow driver applications (e.g, ahci-test) to make determinations about the suitability or the mapping size, or in the specific case of AHCI, how many ports are supported by the HBA. Signed-off-by: John Snow <jsnow@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> | |||
2014-06-02 | usb: improve ehci/uhci test | Gerd Hoffmann | |
* Attach usb devices to the bus. * Check initial port status register state. * Flip ehci initialization bit. * Check port status register state again to see whenever device handover to ehci worked. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||
2014-05-05 | tests: Add EHCI qtest | Andreas Färber | |
Signed-off-by: Andreas Färber <afaerber@suse.de> |