aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-uhci.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-27usb-uhci: process uhci_handle_td return code via switch.Gerd Hoffmann1-27/+39
2012-02-27usb-uhci: add UHCIQueueGerd Hoffmann1-91/+118
2012-02-27usb-uhci: cleanup UHCIAsync allocation & initialization.Gerd Hoffmann1-7/+1
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori1-48/+45
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann1-6/+7
2012-02-10usb: USBPacket: add status, rename owner -> epGerd Hoffmann1-2/+2
2012-02-10usb-uhci: switch to usb_find_device()Gerd Hoffmann1-30/+15
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann1-7/+3
2012-02-10usb-uhci: implement bandwidth managementGerd Hoffmann1-7/+22
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-42/+54
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-63/+105
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori1-48/+59
2012-01-17usb: link packets to endpoints not devicesGerd Hoffmann1-1/+2
2011-12-12Remove unnecessary casts from PCI DMA code in usb-uhciDavid Gibson1-10/+7
2011-11-01usb-uhci: Use PCI DMA stub functionsDavid Gibson1-11/+11
2011-10-13usb: fix port resetGerd Hoffmann1-1/+1
2011-09-19pci: interrupt pin documentation updateMichael S. Tsirkin1-1/+1
2011-09-07usb: claim port at device initialization time.Gerd Hoffmann1-5/+6
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-2/+1
2011-08-08uhci: convert to memory APIAvi Kivity1-14/+28
2011-08-04uhci: remove bufferGerd Hoffmann1-8/+7
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-21/+17
2011-07-22usb-uhci: fix irq handling on error.Gerd Hoffmann1-0/+6
2011-07-05uhci: add ich9 controllersGerd Hoffmann1-15/+39
2011-07-05usb-uhci: Add support for being a companion controllerHans de Goede1-5/+36
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede1-8/+10
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede1-6/+5
2011-07-05usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede1-1/+0
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-29/+17
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-57/+31
2011-06-14usb-uhci: fix expire time initialization.Gerd Hoffmann1-2/+2
2011-06-14usb: Use defines for serial bus release number register for UHCIBrad Hards1-1/+1
2011-06-14usb: cancel async packets on unplugGerd Hoffmann1-1/+25
2011-06-12usb-uhci: convert to PCIDEviceInfo to initialize idsIsaku Yamahata1-29/+17
2011-05-26usb: add usb_handle_packetGerd Hoffmann1-1/+1
2011-05-26Bug #757654: UHCI fails to signal stall response patchJan Vesely1-0/+4
2011-05-04usb: move complete callback to port opsGerd Hoffmann1-4/+3
2011-05-04uhci: keep uhci state pointer in async packet struct.Gerd Hoffmann1-4/+8
2011-05-04uhci: switch to QTAILQGerd Hoffmann1-48/+15
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-3/+3
2011-01-12usb: zap pdev from usbportGerd Hoffmann1-1/+1
2011-01-11usb: keep track of physical port address.Gerd Hoffmann1-0/+1
2011-01-11usb: add speed mask to portsGerd Hoffmann1-1/+2
2011-01-11usb: uhci: remote wakeup support.Gerd Hoffmann1-2/+21
2011-01-11usb: rework attach/detach workflowGerd Hoffmann1-39/+30
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann1-1/+5
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov1-1/+1
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0