aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-xhci.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori1-37/+211
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-10xhci: handle USB_RET_NAKGerd Hoffmann1-11/+96
2012-02-10xhci: remote wakeup supportGerd Hoffmann1-0/+21
2012-02-10xhci: kill port arg from xhci_setup_packetGerd Hoffmann1-3/+3
2012-02-10xhci: stop on errorsGerd Hoffmann1-2/+6
2012-02-10xhci: add trb type name lookup support.Gerd Hoffmann1-4/+60
2012-02-10xhci: signal low- and fullspeed supportGerd Hoffmann1-1/+4
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann1-14/+13
2012-02-10usb-xhci: switch to usb_find_device()Gerd Hoffmann1-2/+10
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann1-3/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-11/+14
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-13/+20
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori1-2/+2
2012-01-17xhci: Initial xHCI implementationHector Martin1-0/+2749