summaryrefslogtreecommitdiffstats
path: root/hw/usb-xhci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori2012-02-151-37/+211
|\
| * xhci: handle USB_RET_NAKGerd Hoffmann2012-02-101-11/+96
| * xhci: remote wakeup supportGerd Hoffmann2012-02-101-0/+21
| * xhci: kill port arg from xhci_setup_packetGerd Hoffmann2012-02-101-3/+3
| * xhci: stop on errorsGerd Hoffmann2012-02-101-2/+6
| * xhci: add trb type name lookup support.Gerd Hoffmann2012-02-101-4/+60
| * xhci: signal low- and fullspeed supportGerd Hoffmann2012-02-101-1/+4
| * usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann2012-02-101-14/+13
| * usb-xhci: switch to usb_find_device()Gerd Hoffmann2012-02-101-2/+10
| * usb: kill USB_MSG_RESETGerd Hoffmann2012-02-101-3/+1
* | qom: Unify type registrationAndreas Färber2012-02-151-2/+3
|/
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-11/+14
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-13/+20
* usb: convert to QEMU Object ModelAnthony Liguori2012-01-271-2/+2
* xhci: Initial xHCI implementationHector Martin2012-01-171-0/+2749
OpenPOWER on IntegriCloud