summaryrefslogtreecommitdiff
path: root/hw/usb-xhci.c
AgeCommit message (Expand)Author
2012-02-27usb-xhci: enable packet queuingGerd Hoffmann
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-10xhci: handle USB_RET_NAKGerd Hoffmann
2012-02-10xhci: remote wakeup supportGerd Hoffmann
2012-02-10xhci: kill port arg from xhci_setup_packetGerd Hoffmann
2012-02-10xhci: stop on errorsGerd Hoffmann
2012-02-10xhci: add trb type name lookup support.Gerd Hoffmann
2012-02-10xhci: signal low- and fullspeed supportGerd Hoffmann
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann
2012-02-10usb-xhci: switch to usb_find_device()Gerd Hoffmann
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori
2012-01-17xhci: Initial xHCI implementationHector Martin